Html Css Color HEX #474471 Corn Flower Blue

📋 copy color: '#474471'

red 71 ◦ green 68 ◦ blue 113

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

Shades of Corn Flower Blue #474471

Tints of Corn Flower Blue #474471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 28.17%
G = 26.98%
B = 44.84%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474471 (or 0x474471) is known color: Corn Flower Blue. HEX triplet: 47, 44 and 71. RGB value is (71,68,113). Sum of RGB (Red+Green+Blue) = 71+68+113=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #474471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474471 is #B8BB8E. Grayscale: #494949. Windows color (decimal): -12106639 or 7423047. OLE color: 7423047.

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

Color convert

RGB 71 68 113 -
CMYK 0.37 0.40 0 0.56
HSL 244º 0.25% 0.35% -
HSV(B) 244º 0.4% 0.44% -
XYZ 7.65 6.67 16.51 -
YUV 74.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 71 68 113 0.37 0.40 0 0.56 244 0.25 0.35
Hex 47 44 71 25 28 0 38 F4 19 23
Octal 107 104 161 45 50 0 70 364 31 43
Binary 1000111 1000100 1110001 100101 101000 0 111000 11110100 11001 100011

Color Harmonies of #474471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474471

Black with #474471

Text Example


Text Example

White with #474471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474471; }

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

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

background-color css

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

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

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

border-color css

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

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

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