#4A9CD3

Color #4A9CD3 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4A9CD3

Tints of Picton Blue #4A9CD3

Color information

#4A9CD3 (or 0x4A9CD3) is unknown color: approx Picton Blue. HEX triplet: 4A, 9C and D3. RGB value is (74,156,211). Sum of RGB (Red+Green+Blue) = 74+156+211=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #4A9CD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9CD3 is #B5632C. Grayscale: #898989. Windows color (decimal): -11887405 or 13868106. OLE color: 13868106.

HSL color Cylindrical-coordinate representation of color #4A9CD3: hue angle of 204.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A9CD3 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB74156211-
CMYK0.650.2600.17
HSL204.09º60.89%55.88%-
HSV(B)204.09º64.93%82.75%-
XYZ26.4729.9466.01-
YUV137.75169.3382.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 16.78%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 211 (82.81% from 255) = 47.85%
R=16.78%
G=35.37%
B=47.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal741562110.650.2600.17204.0960.8955.88
Hex4A9CD3411A011cc3d38
Octal112234323101320213147570
Binary1001010100111001101001110000011101001000111001100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A9CD3; }

 p { color: rgb(74,156,211); }

 H1.HeaderClassName
 {
   color: #4A9CD3;
 }
 .AnyTagClassName
 {
   color: #4A9CD3;
 }
</style>
background-color css

<style>
 a { background-color: #4A9CD3; }

 a { background-color: rgb(74,156,211); }

 div.DivClassName
 {
   background-color: #4A9CD3;
 }
 .BgClassName
 {
   background-color: #4A9CD3;
 }
</style>
border-color css

<style>
 span { border-color: #4A9CD3; }

 span { border-color: rgb(74,156,211); }

 td.TdClassName
 {
   border-color: #4A9CD3;
 }
 .TagClassName
 {
   border-color: #4A9CD3;
 }
</style>