Html Css Color HEX #474372 Corn Flower Blue

📋 copy color: '#474372'

red 71 ◦ green 67 ◦ blue 114

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

Shades of Corn Flower Blue #474372

Tints of Corn Flower Blue #474372

RGB

 RED value IS 71 (28.13% from 255) = 28.17%

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

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

R = 28.17%
G = 26.59%
B = 45.24%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474372 (or 0x474372) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 72. RGB value is (71,67,114). Sum of RGB (Red+Green+Blue) = 71+67+114=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #474372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474372 is #B8BC8D. Grayscale: #494949. Windows color (decimal): -12106894 or 7488327. OLE color: 7488327.

HSL color Cylindrical-coordinate representation of color #474372: hue angle of 245.11º 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 #474372 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 67 114 -
CMYK 0.38 0.41 0 0.55
HSL 245.11º 0.26% 0.35% -
HSV(B) 245.11º 0.41% 0.45% -
XYZ 7.64 6.57 16.78 -
YUV 73.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 71 67 114 0.38 0.41 0 0.55 245.11 0.26 0.35
Hex 47 43 72 26 29 0 37 F5 1A 23
Octal 107 103 162 46 51 0 67 365 32 43
Binary 1000111 1000011 1110010 100110 101001 0 110111 11110101 11010 100011

Color Harmonies of #474372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474372

Black with #474372

Text Example


Text Example

White with #474372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474372; }

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

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

background-color css

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

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

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

border-color css

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

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

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