Html Css Color HEX #474A70 Corn Flower Blue

📋 copy color: '#474A70'

red 71 ◦ green 74 ◦ blue 112

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

Shades of Corn Flower Blue #474A70

Tints of Corn Flower Blue #474A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 27.63%
G = 28.79%
B = 43.58%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474A70 (or 0x474A70) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 70. RGB value is (71,74,112). Sum of RGB (Red+Green+Blue) = 71+74+112=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #474A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A70 is #B8B58F. Grayscale: #4D4D4D. Windows color (decimal): -12105104 or 7359047. OLE color: 7359047.

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

Color convert

RGB 71 74 112 -
CMYK 0.37 0.34 0 0.56
HSL 235.61º 0.22% 0.36% -
HSV(B) 235.61º 0.37% 0.44% -
XYZ 7.97 7.41 16.34 -
YUV 77.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 71 74 112 0.37 0.34 0 0.56 235.61 0.22 0.36
Hex 47 4A 70 25 22 0 38 EC 16 24
Octal 107 112 160 45 42 0 70 354 26 44
Binary 1000111 1001010 1110000 100101 100010 0 111000 11101100 10110 100100

Color Harmonies of #474A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A70

Black with #474A70

Text Example


Text Example

White with #474A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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