Html Css Color HEX #4E9ACB Picton Blue

📋 copy color: '#4E9ACB'

red 78 ◦ green 154 ◦ blue 203

#4E9ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4E9ACB

Tints of Picton Blue #4E9ACB

RGB

 RED value IS 78 (30.86% from 255) = 17.93%

 GREEN value IS 154 (60.55% from 255) = 35.4%

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 17.93%
G = 35.4%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E9ACB (or 0x4E9ACB) is known color: Picton Blue. HEX triplet: 4E, 9A and CB. RGB value is (78,154,203). Sum of RGB (Red+Green+Blue) = 78+154+203=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ACB is #B16534. Grayscale: #888888. Windows color (decimal): -11625781 or 13343310. OLE color: 13343310.

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

Color convert

RGB 78 154 203 -
CMYK 0.62 0.24 0 0.20
HSL 203.52º 0.55% 0.55% -
HSV(B) 203.52º 0.62% 0.8% -
XYZ 25.48 29.04 60.76 -
YUV 136.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 78 154 203 0.62 0.24 0 0.20 203.52 0.55 0.55
Hex 4E 9A CB 3E 18 0 14 CC 37 37
Octal 116 232 313 76 30 0 24 314 67 67
Binary 1001110 10011010 11001011 111110 11000 0 10100 11001100 110111 110111

Color Harmonies of #4E9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9ACB

Black with #4E9ACB

Text Example


Text Example

White with #4E9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E9ACB;
 }
 .AnyTagClassName
 {
   color: #4E9ACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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