#4DA1CA

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

Shades of Picton Blue #4DA1CA

Tints of Picton Blue #4DA1CA

Color information

#4DA1CA (or 0x4DA1CA) is unknown color: approx Picton Blue. HEX triplet: 4D, A1 and CA. RGB value is (77,161,202). Sum of RGB (Red+Green+Blue) = 77+161+202=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DA1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA1CA is #B25E35. Grayscale: #8C8C8C. Windows color (decimal): -11689526 or 13279565. OLE color: 13279565.

HSL color Cylindrical-coordinate representation of color #4DA1CA: hue angle of 199.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA1CA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB77161202-
CMYK0.620.2000.21
HSL199.68º54.11%54.71%-
HSV(B)199.68º61.88%79.22%-
XYZ26.4731.3360.53-
YUV140.56162.6782.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.5%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=17.5%
G=36.59%
B=45.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771612020.620.2000.21199.6854.1154.71
Hex4DA1CA3E14015c83637
Octal11524131276240253106667
Binary100110110100001110010101111101010001010111001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,202); }

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

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

 a { background-color: rgb(77,161,202); }

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

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

 span { border-color: rgb(77,161,202); }

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