Html Css Color HEX #4E99CC Picton Blue

📋 copy color: '#4E99CC'

red 78 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #4E99CC

Tints of Picton Blue #4E99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 17.93%
G = 35.17%
B = 46.9%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E99CC (or 0x4E99CC) is known color: Picton Blue. HEX triplet: 4E, 99 and CC. RGB value is (78,153,204). Sum of RGB (Red+Green+Blue) = 78+153+204=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E99CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E99CC is #B16633. Grayscale: #888888. Windows color (decimal): -11626036 or 13408590. OLE color: 13408590.

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

Color convert

RGB 78 153 204 -
CMYK 0.62 0.25 0 0.2
HSL 204.29º 0.55% 0.55% -
HSV(B) 204.29º 0.62% 0.8% -
XYZ 25.43 28.76 61.34 -
YUV 136.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 78 153 204 0.62 0.25 0 0.2 204.29 0.55 0.55
Hex 4E 99 CC 3E 19 0 14 CC 37 37
Octal 116 231 314 76 31 0 24 314 67 67
Binary 1001110 10011001 11001100 111110 11001 0 10100 11001100 110111 110111

Color Harmonies of #4E99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E99CC

Black with #4E99CC

Text Example


Text Example

White with #4E99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,153,204); }

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

background-color css

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

 a { background-color: rgb(78,153,204); }

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

border-color css

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

 span { border-color: rgb(78,153,204); }

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