Html Css Color HEX #4C4871 Corn Flower Blue

📋 copy color: '#4C4871'

red 76 ◦ green 72 ◦ blue 113

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

Shades of Corn Flower Blue #4C4871

Tints of Corn Flower Blue #4C4871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 29.12%
G = 27.59%
B = 43.3%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C4871 (or 0x4C4871) is known color: Corn Flower Blue. HEX triplet: 4C, 48 and 71. RGB value is (76,72,113). Sum of RGB (Red+Green+Blue) = 76+72+113=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4871 is #B3B78E. Grayscale: #4D4D4D. Windows color (decimal): -11777935 or 7424076. OLE color: 7424076.

HSL color Cylindrical-coordinate representation of color #4C4871: hue angle of 245.85º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C4871 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 72 113 -
CMYK 0.33 0.36 0 0.56
HSL 245.85º 0.22% 0.36% -
HSV(B) 245.85º 0.36% 0.44% -
XYZ 8.28 7.36 16.61 -
YUV 77.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 76 72 113 0.33 0.36 0 0.56 245.85 0.22 0.36
Hex 4C 48 71 21 24 0 38 F6 16 24
Octal 114 110 161 41 44 0 70 366 26 44
Binary 1001100 1001000 1110001 100001 100100 0 111000 11110110 10110 100100

Color Harmonies of #4C4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4871

Black with #4C4871

Text Example


Text Example

White with #4C4871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,113); }

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

background-color css

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

 a { background-color: rgb(76,72,113); }

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

border-color css

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

 span { border-color: rgb(76,72,113); }

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