Html Css Color HEX #4E99CB Picton Blue

📋 copy color: '#4E99CB'

red 78 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #4E99CB

Tints of Picton Blue #4E99CB

RGB

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

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

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

R = 17.97%
G = 35.25%
B = 46.77%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E99CB (or 0x4E99CB) is known color: Picton Blue. HEX triplet: 4E, 99 and CB. RGB value is (78,153,203). Sum of RGB (Red+Green+Blue) = 78+153+203=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E99CB is #B16634. Grayscale: #888888. Windows color (decimal): -11626037 or 13343054. OLE color: 13343054.

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

Color convert

RGB 78 153 203 -
CMYK 0.62 0.25 0 0.20
HSL 204º 0.55% 0.55% -
HSV(B) 204º 0.62% 0.8% -
XYZ 25.31 28.71 60.71 -
YUV 136.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 78 153 203 0.62 0.25 0 0.20 204 0.55 0.55
Hex 4E 99 CB 3E 19 0 14 CC 37 37
Octal 116 231 313 76 31 0 24 314 67 67
Binary 1001110 10011001 11001011 111110 11001 0 10100 11001100 110111 110111

Color Harmonies of #4E99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E99CB

Black with #4E99CB

Text Example


Text Example

White with #4E99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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