Html Css Color HEX #4A4372 Corn Flower Blue

📋 copy color: '#4A4372'

red 74 ◦ green 67 ◦ blue 114

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

Shades of Corn Flower Blue #4A4372

Tints of Corn Flower Blue #4A4372

RGB

 RED value IS 74 (29.3% from 255) = 29.02%

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 29.02%
G = 26.27%
B = 44.71%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A4372 (or 0x4A4372) is known color: Corn Flower Blue. HEX triplet: 4A, 43 and 72. RGB value is (74,67,114). Sum of RGB (Red+Green+Blue) = 74+67+114=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4372 is #B5BC8D. Grayscale: #4A4A4A. Windows color (decimal): -11910286 or 7488330. OLE color: 7488330.

HSL color Cylindrical-coordinate representation of color #4A4372: hue angle of 248.94º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A4372 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 67 114 -
CMYK 0.35 0.41 0 0.55
HSL 248.94º 0.26% 0.35% -
HSV(B) 248.94º 0.41% 0.45% -
XYZ 7.87 6.69 16.8 -
YUV 74.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 74 67 114 0.35 0.41 0 0.55 248.94 0.26 0.35
Hex 4A 43 72 23 29 0 37 F9 1A 23
Octal 112 103 162 43 51 0 67 371 32 43
Binary 1001010 1000011 1110010 100011 101001 0 110111 11111001 11010 100011

Color Harmonies of #4A4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4372

Black with #4A4372

Text Example


Text Example

White with #4A4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,114); }

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

background-color css

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

 a { background-color: rgb(74,67,114); }

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

border-color css

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

 span { border-color: rgb(74,67,114); }

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