#4DA2DB

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

Shades of Picton Blue #4DA2DB

Tints of Picton Blue #4DA2DB

Color information

#4DA2DB (or 0x4DA2DB) is unknown color: approx Picton Blue. HEX triplet: 4D, A2 and DB. RGB value is (77,162,219). Sum of RGB (Red+Green+Blue) = 77+162+219=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2DB is #B25D24. Grayscale: #8E8E8E. Windows color (decimal): -11689253 or 14393933. OLE color: 14393933.

HSL color Cylindrical-coordinate representation of color #4DA2DB: hue angle of 204.08º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DA2DB is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB77162219-
CMYK0.650.2600.14
HSL204.08º66.36%58.04%-
HSV(B)204.08º64.84%85.88%-
XYZ28.7732.5371.78-
YUV143.08170.8480.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.81%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=16.81%
G=35.37%
B=47.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal771622190.650.2600.14204.0866.3658.04
Hex4DA2DB411A0Ecc423a
Octal1152423331013201631410272
Binary1001101101000101101101110000011101001110110011001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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