Html Css Color HEX #474971 Corn Flower Blue

📋 copy color: '#474971'

red 71 ◦ green 73 ◦ blue 113

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

Shades of Corn Flower Blue #474971

Tints of Corn Flower Blue #474971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 27.63%
G = 28.4%
B = 43.97%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474971 (or 0x474971) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 71. RGB value is (71,73,113). Sum of RGB (Red+Green+Blue) = 71+73+113=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #474971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474971 is #B8B68E. Grayscale: #4C4C4C. Windows color (decimal): -12105359 or 7424327. OLE color: 7424327.

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

Color convert

RGB 71 73 113 -
CMYK 0.37 0.35 0 0.56
HSL 237.14º 0.23% 0.36% -
HSV(B) 237.14º 0.37% 0.44% -
XYZ 7.96 7.3 16.61 -
YUV 76.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 71 73 113 0.37 0.35 0 0.56 237.14 0.23 0.36
Hex 47 49 71 25 23 0 38 ED 17 24
Octal 107 111 161 45 43 0 70 355 27 44
Binary 1000111 1001001 1110001 100101 100011 0 111000 11101101 10111 100100

Color Harmonies of #474971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474971

Black with #474971

Text Example


Text Example

White with #474971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474971; }

 p { color: rgb(71,73,113); }

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

background-color css

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

 a { background-color: rgb(71,73,113); }

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

border-color css

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

 span { border-color: rgb(71,73,113); }

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