Html Css Color HEX #4E4E7C Corn Flower Blue

📋 copy color: '#4E4E7C'

red 78 ◦ green 78 ◦ blue 124

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

Shades of Corn Flower Blue #4E4E7C

Tints of Corn Flower Blue #4E4E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.86%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 27.86%
G = 27.86%
B = 44.29%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E4E7C (or 0x4E4E7C) is known color: Corn Flower Blue. HEX triplet: 4E, 4E and 7C. RGB value is (78,78,124). Sum of RGB (Red+Green+Blue) = 78+78+124=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E4E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E7C is #B1B183. Grayscale: #535353. Windows color (decimal): -11645316 or 8146510. OLE color: 8146510.

HSL color Cylindrical-coordinate representation of color #4E4E7C: hue angle of 240º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4E7C is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 78 124 -
CMYK 0.37 0.37 0 0.51
HSL 240º 0.23% 0.4% -
HSV(B) 240º 0.37% 0.49% -
XYZ 9.5 8.52 20.21 -
YUV 83.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 78 78 124 0.37 0.37 0 0.51 240 0.23 0.4
Hex 4E 4E 7C 25 25 0 33 F0 17 28
Octal 116 116 174 45 45 0 63 360 27 50
Binary 1001110 1001110 1111100 100101 100101 0 110011 11110000 10111 101000

Color Harmonies of #4E4E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4E7C

Black with #4E4E7C

Text Example


Text Example

White with #4E4E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,78,124); }

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

background-color css

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

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

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

border-color css

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

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

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