Html Css Color HEX #474270 Corn Flower Blue

📋 copy color: '#474270'

red 71 ◦ green 66 ◦ blue 112

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

Shades of Corn Flower Blue #474270

Tints of Corn Flower Blue #474270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 28.51%
G = 26.51%
B = 44.98%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474270 (or 0x474270) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 70. RGB value is (71,66,112). Sum of RGB (Red+Green+Blue) = 71+66+112=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #474270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474270 is #B8BD8F. Grayscale: #484848. Windows color (decimal): -12107152 or 7356999. OLE color: 7356999.

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

Color convert

RGB 71 66 112 -
CMYK 0.37 0.41 0 0.56
HSL 246.52º 0.26% 0.35% -
HSV(B) 246.52º 0.41% 0.44% -
XYZ 7.47 6.41 16.17 -
YUV 72.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 71 66 112 0.37 0.41 0 0.56 246.52 0.26 0.35
Hex 47 42 70 25 29 0 38 F7 1A 23
Octal 107 102 160 45 51 0 70 367 32 43
Binary 1000111 1000010 1110000 100101 101001 0 111000 11110111 11010 100011

Color Harmonies of #474270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474270

Black with #474270

Text Example


Text Example

White with #474270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474270; }

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

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

background-color css

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

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

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

border-color css

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

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

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