Html Css Color HEX #474070 Corn Flower Blue

📋 copy color: '#474070'

red 71 ◦ green 64 ◦ blue 112

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

Shades of Corn Flower Blue #474070

Tints of Corn Flower Blue #474070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 28.74%
G = 25.91%
B = 45.34%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474070 (or 0x474070) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 70. RGB value is (71,64,112). Sum of RGB (Red+Green+Blue) = 71+64+112=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #474070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474070 is #B8BF8F. Grayscale: #474747. Windows color (decimal): -12107664 or 7356487. OLE color: 7356487.

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

Color convert

RGB 71 64 112 -
CMYK 0.37 0.43 0 0.56
HSL 248.75º 0.27% 0.35% -
HSV(B) 248.75º 0.43% 0.44% -
XYZ 7.36 6.18 16.13 -
YUV 71.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 71 64 112 0.37 0.43 0 0.56 248.75 0.27 0.35
Hex 47 40 70 25 2B 0 38 F9 1B 23
Octal 107 100 160 45 53 0 70 371 33 43
Binary 1000111 1000000 1110000 100101 101011 0 111000 11111001 11011 100011

Color Harmonies of #474070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474070

Black with #474070

Text Example


Text Example

White with #474070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474070; }

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

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

background-color css

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

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

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

border-color css

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

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

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