Html Css Color HEX #4E99CA Picton Blue

📋 copy color: '#4E99CA'

red 78 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #4E99CA

Tints of Picton Blue #4E99CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 18.01%
G = 35.33%
B = 46.65%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E99CA (or 0x4E99CA) is known color: Picton Blue. HEX triplet: 4E, 99 and CA. RGB value is (78,153,202). Sum of RGB (Red+Green+Blue) = 78+153+202=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E99CA is #B16635. Grayscale: #878787. Windows color (decimal): -11626038 or 13277518. OLE color: 13277518.

HSL color Cylindrical-coordinate representation of color #4E99CA: hue angle of 203.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E99CA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 153 202 -
CMYK 0.61 0.24 0 0.21
HSL 203.71º 0.54% 0.55% -
HSV(B) 203.71º 0.61% 0.79% -
XYZ 25.19 28.67 60.08 -
YUV 136.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 78 153 202 0.61 0.24 0 0.21 203.71 0.54 0.55
Hex 4E 99 CA 3D 18 0 15 CC 36 37
Octal 116 231 312 75 30 0 25 314 66 67
Binary 1001110 10011001 11001010 111101 11000 0 10101 11001100 110110 110111

Color Harmonies of #4E99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E99CA

Black with #4E99CA

Text Example


Text Example

White with #4E99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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