Html Css Color HEX #4E4872 Corn Flower Blue

📋 copy color: '#4E4872'

red 78 ◦ green 72 ◦ blue 114

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

Shades of Corn Flower Blue #4E4872

Tints of Corn Flower Blue #4E4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 29.55%
G = 27.27%
B = 43.18%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E4872 (or 0x4E4872) is known color: Corn Flower Blue. HEX triplet: 4E, 48 and 72. RGB value is (78,72,114). Sum of RGB (Red+Green+Blue) = 78+72+114=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E4872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4872 is #B1B78D. Grayscale: #4E4E4E. Windows color (decimal): -11646862 or 7489614. OLE color: 7489614.

HSL color Cylindrical-coordinate representation of color #4E4872: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4872 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 72 114 -
CMYK 0.32 0.37 0 0.55
HSL 248.57º 0.23% 0.36% -
HSV(B) 248.57º 0.37% 0.45% -
XYZ 8.5 7.47 16.91 -
YUV 78.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 78 72 114 0.32 0.37 0 0.55 248.57 0.23 0.36
Hex 4E 48 72 20 25 0 37 F9 17 24
Octal 116 110 162 40 45 0 67 371 27 44
Binary 1001110 1001000 1110010 100000 100101 0 110111 11111001 10111 100100

Color Harmonies of #4E4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4872

Black with #4E4872

Text Example


Text Example

White with #4E4872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,114); }

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

background-color css

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

 a { background-color: rgb(78,72,114); }

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

border-color css

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

 span { border-color: rgb(78,72,114); }

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