Html Css Color HEX #4C4E76 Corn Flower Blue

📋 copy color: '#4C4E76'

red 76 ◦ green 78 ◦ blue 118

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

Shades of Corn Flower Blue #4C4E76

Tints of Corn Flower Blue #4C4E76

RGB

 RED value IS 76 (30.08% from 255) = 27.94%

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

 BLUE value IS 118 (46.48% from 255) = 43.38%

R = 27.94%
G = 28.68%
B = 43.38%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C4E76 (or 0x4C4E76) is known color: Corn Flower Blue. HEX triplet: 4C, 4E and 76. RGB value is (76,78,118). Sum of RGB (Red+Green+Blue) = 76+78+118=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E76 is #B3B189. Grayscale: #515151. Windows color (decimal): -11776394 or 7753292. OLE color: 7753292.

HSL color Cylindrical-coordinate representation of color #4C4E76: hue angle of 237.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C4E76 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 78 118 -
CMYK 0.36 0.34 0 0.54
HSL 237.14º 0.22% 0.38% -
HSV(B) 237.14º 0.36% 0.46% -
XYZ 8.97 8.29 18.27 -
YUV 81.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 76 78 118 0.36 0.34 0 0.54 237.14 0.22 0.38
Hex 4C 4E 76 24 22 0 36 ED 16 26
Octal 114 116 166 44 42 0 66 355 26 46
Binary 1001100 1001110 1110110 100100 100010 0 110110 11101101 10110 100110

Color Harmonies of #4C4E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4E76

Black with #4C4E76

Text Example


Text Example

White with #4C4E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,78,118); }

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

background-color css

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

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

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

border-color css

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

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

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