Html Css Color HEX #4D4C72 Corn Flower Blue

📋 copy color: '#4D4C72'

red 77 ◦ green 76 ◦ blue 114

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

Shades of Corn Flower Blue #4D4C72

Tints of Corn Flower Blue #4D4C72

RGB

 RED value IS 77 (30.47% from 255) = 28.84%

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 28.84%
G = 28.46%
B = 42.7%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D4C72 (or 0x4D4C72) is known color: Corn Flower Blue. HEX triplet: 4D, 4C and 72. RGB value is (77,76,114). Sum of RGB (Red+Green+Blue) = 77+76+114=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D4C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4C72 is #B2B38D. Grayscale: #505050. Windows color (decimal): -11711374 or 7490637. OLE color: 7490637.

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

Color convert

RGB 77 76 114 -
CMYK 0.32 0.33 0 0.55
HSL 241.58º 0.2% 0.37% -
HSV(B) 241.58º 0.33% 0.45% -
XYZ 8.68 7.96 17 -
YUV 80.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 77 76 114 0.32 0.33 0 0.55 241.58 0.2 0.37
Hex 4D 4C 72 20 21 0 37 F2 14 25
Octal 115 114 162 40 41 0 67 362 24 45
Binary 1001101 1001100 1110010 100000 100001 0 110111 11110010 10100 100101

Color Harmonies of #4D4C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4C72

Black with #4D4C72

Text Example


Text Example

White with #4D4C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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