#4e9dcb

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

Shades of Picton Blue #4E9DCB

Tints of Picton Blue #4E9DCB

Color information

#4E9DCB (or 0x4E9DCB) is unknown color: approx Picton Blue. HEX triplet: 4E, 9D and CB. RGB value is (78,157,203). Sum of RGB (Red+Green+Blue) = 78+157+203=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E9DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9DCB is #B16234. Grayscale: #8A8A8A. Windows color (decimal): -11625013 or 13344078. OLE color: 13344078.

HSL color Cylindrical-coordinate representation of color #4E9DCB: hue angle of 202.08º degrees, saturation: 0.55, 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 #4E9DCB is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78157203-
CMYK0.620.2300.20
HSL202.08º54.59%55.1%-
HSV(B)202.08º61.58%79.61%-
XYZ25.9830.0560.93-
YUV138.62164.3384.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.81%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=17.81%
G=35.84%
B=46.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781572030.620.2300.20202.0854.5955.1
Hex4E9DCB3E17014ca3737
Octal11623531376270243126767
Binary100111010011101110010111111101011101010011001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e9dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,157,203); }

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

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

 a { background-color: rgb(78,157,203); }

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

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

 span { border-color: rgb(78,157,203); }

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