#4DA2CD

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

Shades of Picton Blue #4DA2CD

Tints of Picton Blue #4DA2CD

Color information

#4DA2CD (or 0x4DA2CD) is unknown color: approx Picton Blue. HEX triplet: 4D, A2 and CD. RGB value is (77,162,205). Sum of RGB (Red+Green+Blue) = 77+162+205=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2CD is #B25D32. Grayscale: #8D8D8D. Windows color (decimal): -11689267 or 13476429. OLE color: 13476429.

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

Color convert

RGB77162205-
CMYK0.620.2100.20
HSL200.16º56.14%55.29%-
HSV(B)200.16º62.44%80.39%-
XYZ2731.8362.48-
YUV141.49163.8482-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.34%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=17.34%
G=36.49%
B=46.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771622050.620.2100.20200.1656.1455.29
Hex4DA2CD3E15014c83837
Octal11524231576250243107067
Binary100110110100010110011011111101010101010011001000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,162,205); }

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

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

 a { background-color: rgb(77,162,205); }

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

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

 span { border-color: rgb(77,162,205); }

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