Html Css Color HEX #4C4572 Corn Flower Blue

📋 copy color: '#4C4572'

red 76 ◦ green 69 ◦ blue 114

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

Shades of Corn Flower Blue #4C4572

Tints of Corn Flower Blue #4C4572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 29.34%
G = 26.64%
B = 44.02%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C4572 (or 0x4C4572) is known color: Corn Flower Blue. HEX triplet: 4C, 45 and 72. RGB value is (76,69,114). Sum of RGB (Red+Green+Blue) = 76+69+114=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4572 is #B3BA8D. Grayscale: #4C4C4C. Windows color (decimal): -11778702 or 7488844. OLE color: 7488844.

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

Color convert

RGB 76 69 114 -
CMYK 0.33 0.39 0 0.55
HSL 249.33º 0.25% 0.36% -
HSV(B) 249.33º 0.39% 0.45% -
XYZ 8.15 7.01 16.84 -
YUV 76.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 76 69 114 0.33 0.39 0 0.55 249.33 0.25 0.36
Hex 4C 45 72 21 27 0 37 F9 19 24
Octal 114 105 162 41 47 0 67 371 31 44
Binary 1001100 1000101 1110010 100001 100111 0 110111 11111001 11001 100100

Color Harmonies of #4C4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4572

Black with #4C4572

Text Example


Text Example

White with #4C4572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,114); }

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

background-color css

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

 a { background-color: rgb(76,69,114); }

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

border-color css

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

 span { border-color: rgb(76,69,114); }

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