Html Css Color HEX #474A71 Corn Flower Blue

📋 copy color: '#474A71'

red 71 ◦ green 74 ◦ blue 113

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

Shades of Corn Flower Blue #474A71

Tints of Corn Flower Blue #474A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.8%

R = 27.52%
G = 28.68%
B = 43.8%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474A71 (or 0x474A71) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 71. RGB value is (71,74,113). Sum of RGB (Red+Green+Blue) = 71+74+113=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #474A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A71 is #B8B58E. Grayscale: #4D4D4D. Windows color (decimal): -12105103 or 7424583. OLE color: 7424583.

HSL color Cylindrical-coordinate representation of color #474A71: hue angle of 235.71º degrees, saturation: 0.23, 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 #474A71 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 74 113 -
CMYK 0.37 0.35 0 0.56
HSL 235.71º 0.23% 0.36% -
HSV(B) 235.71º 0.37% 0.44% -
XYZ 8.03 7.43 16.63 -
YUV 77.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 71 74 113 0.37 0.35 0 0.56 235.71 0.23 0.36
Hex 47 4A 71 25 23 0 38 EC 17 24
Octal 107 112 161 45 43 0 70 354 27 44
Binary 1000111 1001010 1110001 100101 100011 0 111000 11101100 10111 100100

Color Harmonies of #474A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A71

Black with #474A71

Text Example


Text Example

White with #474A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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