Html Css Color HEX #4E507C Corn Flower Blue

📋 copy color: '#4E507C'

red 78 ◦ green 80 ◦ blue 124

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

Shades of Corn Flower Blue #4E507C

Tints of Corn Flower Blue #4E507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 27.66%
G = 28.37%
B = 43.97%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E507C (or 0x4E507C) is known color: Corn Flower Blue. HEX triplet: 4E, 50 and 7C. RGB value is (78,80,124). Sum of RGB (Red+Green+Blue) = 78+80+124=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E507C is #B1AF83. Grayscale: #545454. Windows color (decimal): -11644804 or 8147022. OLE color: 8147022.

HSL color Cylindrical-coordinate representation of color #4E507C: hue angle of 237.39º 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 #4E507C is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 80 124 -
CMYK 0.37 0.35 0 0.51
HSL 237.39º 0.23% 0.4% -
HSV(B) 237.39º 0.37% 0.49% -
XYZ 9.65 8.81 20.26 -
YUV 84.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 78 80 124 0.37 0.35 0 0.51 237.39 0.23 0.4
Hex 4E 50 7C 25 23 0 33 ED 17 28
Octal 116 120 174 45 43 0 63 355 27 50
Binary 1001110 1010000 1111100 100101 100011 0 110011 11101101 10111 101000

Color Harmonies of #4E507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E507C

Black with #4E507C

Text Example


Text Example

White with #4E507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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