Html Css Color HEX #473F71 Corn Flower Blue

📋 copy color: '#473F71'

red 71 ◦ green 63 ◦ blue 113

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

Shades of Corn Flower Blue #473F71

Tints of Corn Flower Blue #473F71

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 28.74%
G = 25.51%
B = 45.75%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473F71 (or 0x473F71) is known color: Corn Flower Blue. HEX triplet: 47, 3F and 71. RGB value is (71,63,113). Sum of RGB (Red+Green+Blue) = 71+63+113=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #473F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F71 is #B8C08E. Grayscale: #464646. Windows color (decimal): -12107919 or 7421767. OLE color: 7421767.

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

Color convert

RGB 71 63 113 -
CMYK 0.37 0.44 0 0.56
HSL 249.6º 0.28% 0.35% -
HSV(B) 249.6º 0.44% 0.44% -
XYZ 7.36 6.09 16.41 -
YUV 71.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 71 63 113 0.37 0.44 0 0.56 249.6 0.28 0.35
Hex 47 3F 71 25 2C 0 38 FA 1C 23
Octal 107 77 161 45 54 0 70 372 34 43
Binary 1000111 111111 1110001 100101 101100 0 111000 11111010 11100 100011

Color Harmonies of #473F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F71

Black with #473F71

Text Example


Text Example

White with #473F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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