Html Css Color HEX #474571 Corn Flower Blue

📋 copy color: '#474571'

red 71 ◦ green 69 ◦ blue 113

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

Shades of Corn Flower Blue #474571

Tints of Corn Flower Blue #474571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 28.06%
G = 27.27%
B = 44.66%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474571 (or 0x474571) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 71. RGB value is (71,69,113). Sum of RGB (Red+Green+Blue) = 71+69+113=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #474571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474571 is #B8BA8E. Grayscale: #4A4A4A. Windows color (decimal): -12106383 or 7423303. OLE color: 7423303.

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

Color convert

RGB 71 69 113 -
CMYK 0.37 0.39 0 0.56
HSL 242.73º 0.24% 0.36% -
HSV(B) 242.73º 0.39% 0.44% -
XYZ 7.71 6.79 16.53 -
YUV 74.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 71 69 113 0.37 0.39 0 0.56 242.73 0.24 0.36
Hex 47 45 71 25 27 0 38 F3 18 24
Octal 107 105 161 45 47 0 70 363 30 44
Binary 1000111 1000101 1110001 100101 100111 0 111000 11110011 11000 100100

Color Harmonies of #474571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474571

Black with #474571

Text Example


Text Example

White with #474571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474571; }

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

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

background-color css

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

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

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

border-color css

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

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

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