Html Css Color HEX #4E9CC4 Picton Blue

📋 copy color: '#4E9CC4'

red 78 ◦ green 156 ◦ blue 196

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

Shades of Picton Blue #4E9CC4

Tints of Picton Blue #4E9CC4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 196 (76.95% from 255) = 45.58%

R = 18.14%
G = 36.28%
B = 45.58%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4E9CC4 (or 0x4E9CC4) is known color: Picton Blue. HEX triplet: 4E, 9C and C4. RGB value is (78,156,196). Sum of RGB (Red+Green+Blue) = 78+156+196=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E9CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9CC4 is #B1633B. Grayscale: #898989. Windows color (decimal): -11625276 or 12885070. OLE color: 12885070.

HSL color Cylindrical-coordinate representation of color #4E9CC4: hue angle of 200.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E9CC4 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 78 156 196 -
CMYK 0.60 0.20 0 0.23
HSL 200.34º 0.5% 0.54% -
HSV(B) 200.34º 0.6% 0.77% -
XYZ 24.99 29.38 56.58 -
YUV 137.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 78 156 196 0.60 0.20 0 0.23 200.34 0.5 0.54
Hex 4E 9C C4 3C 14 0 17 C8 32 36
Octal 116 234 304 74 24 0 27 310 62 66
Binary 1001110 10011100 11000100 111100 10100 0 10111 11001000 110010 110110

Color Harmonies of #4E9CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9CC4

Black with #4E9CC4

Text Example


Text Example

White with #4E9CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,156,196); }

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

background-color css

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

 a { background-color: rgb(78,156,196); }

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

border-color css

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

 span { border-color: rgb(78,156,196); }

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