Html Css Color HEX #474574 Corn Flower Blue

📋 copy color: '#474574'

red 71 ◦ green 69 ◦ blue 116

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

Shades of Corn Flower Blue #474574

Tints of Corn Flower Blue #474574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 27.73%
G = 26.95%
B = 45.31%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474574 (or 0x474574) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 74. RGB value is (71,69,116). Sum of RGB (Red+Green+Blue) = 71+69+116=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #474574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474574 is #B8BA8B. Grayscale: #4A4A4A. Windows color (decimal): -12106380 or 7619911. OLE color: 7619911.

HSL color Cylindrical-coordinate representation of color #474574: hue angle of 242.55º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474574 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 69 116 -
CMYK 0.39 0.41 0 0.55
HSL 242.55º 0.25% 0.36% -
HSV(B) 242.55º 0.41% 0.45% -
XYZ 7.88 6.86 17.43 -
YUV 74.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 71 69 116 0.39 0.41 0 0.55 242.55 0.25 0.36
Hex 47 45 74 27 29 0 37 F3 19 24
Octal 107 105 164 47 51 0 67 363 31 44
Binary 1000111 1000101 1110100 100111 101001 0 110111 11110011 11001 100100

Color Harmonies of #474574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474574

Black with #474574

Text Example


Text Example

White with #474574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474574; }

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

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

background-color css

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

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

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

border-color css

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

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

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