#4DA4DE

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

Shades of Picton Blue #4DA4DE

Tints of Picton Blue #4DA4DE

Color information

#4DA4DE (or 0x4DA4DE) is unknown color: approx Picton Blue. HEX triplet: 4D, A4 and DE. RGB value is (77,164,222). Sum of RGB (Red+Green+Blue) = 77+164+222=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DA4DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA4DE is #B25B21. Grayscale: #909090. Windows color (decimal): -11688738 or 14591053. OLE color: 14591053.

HSL color Cylindrical-coordinate representation of color #4DA4DE: hue angle of 204º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DA4DE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB77164222-
CMYK0.650.2600.13
HSL204º68.72%58.63%-
HSV(B)204º65.32%87.06%-
XYZ29.5233.474-
YUV144.6171.6879.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.63%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=16.63%
G=35.42%
B=47.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771642220.650.2600.1320468.7258.63
Hex4DA4DE411A0Dcc453b
Octal1152443361013201531410573
Binary1001101101001001101111010000011101001101110011001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,164,222); }

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

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

 a { background-color: rgb(77,164,222); }

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

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

 span { border-color: rgb(77,164,222); }

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