Html Css Color HEX #473F70 Corn Flower Blue

📋 copy color: '#473F70'

red 71 ◦ green 63 ◦ blue 112

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

Shades of Corn Flower Blue #473F70

Tints of Corn Flower Blue #473F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 28.86%
G = 25.61%
B = 45.53%

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

#473F70 (or 0x473F70) is known color: Corn Flower Blue. HEX triplet: 47, 3F and 70. RGB value is (71,63,112). Sum of RGB (Red+Green+Blue) = 71+63+112=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #473F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F70 is #B8C08F. Grayscale: #464646. Windows color (decimal): -12107920 or 7356231. OLE color: 7356231.

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

Color convert

RGB 71 63 112 -
CMYK 0.37 0.44 0 0.56
HSL 249.8º 0.28% 0.34% -
HSV(B) 249.8º 0.44% 0.44% -
XYZ 7.3 6.06 16.12 -
YUV 70.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 71 63 112 0.37 0.44 0 0.56 249.8 0.28 0.34
Hex 47 3F 70 25 2C 0 38 FA 1C 22
Octal 107 77 160 45 54 0 70 372 34 42
Binary 1000111 111111 1110000 100101 101100 0 111000 11111010 11100 100010

Color Harmonies of #473F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F70

Black with #473F70

Text Example


Text Example

White with #473F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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