Html Css Color HEX #474170 Corn Flower Blue

📋 copy color: '#474170'

red 71 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #474170

Tints of Corn Flower Blue #474170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

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

R = 28.63%
G = 26.21%
B = 45.16%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474170 (or 0x474170) is known color: Corn Flower Blue. HEX triplet: 47, 41 and 70. RGB value is (71,65,112). Sum of RGB (Red+Green+Blue) = 71+65+112=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #474170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474170 is #B8BE8F. Grayscale: #474747. Windows color (decimal): -12107408 or 7356743. OLE color: 7356743.

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

Color convert

RGB 71 65 112 -
CMYK 0.37 0.42 0 0.56
HSL 247.66º 0.27% 0.35% -
HSV(B) 247.66º 0.42% 0.44% -
XYZ 7.41 6.29 16.15 -
YUV 72.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 71 65 112 0.37 0.42 0 0.56 247.66 0.27 0.35
Hex 47 41 70 25 2A 0 38 F8 1B 23
Octal 107 101 160 45 52 0 70 370 33 43
Binary 1000111 1000001 1110000 100101 101010 0 111000 11111000 11011 100011

Color Harmonies of #474170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474170

Black with #474170

Text Example


Text Example

White with #474170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474170; }

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

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

background-color css

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

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

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

border-color css

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

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

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