Html Css Color HEX #474573 Corn Flower Blue

📋 copy color: '#474573'

red 71 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #474573

Tints of Corn Flower Blue #474573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 27.84%
G = 27.06%
B = 45.1%

CMYK

 C value IS 0.38

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474573 (or 0x474573) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 73. RGB value is (71,69,115). Sum of RGB (Red+Green+Blue) = 71+69+115=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #474573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474573 is #B8BA8C. Grayscale: #4A4A4A. Windows color (decimal): -12106381 or 7554375. OLE color: 7554375.

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

Color convert

RGB 71 69 115 -
CMYK 0.38 0.4 0 0.55
HSL 242.61º 0.25% 0.36% -
HSV(B) 242.61º 0.4% 0.45% -
XYZ 7.82 6.83 17.13 -
YUV 74.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 71 69 115 0.38 0.4 0 0.55 242.61 0.25 0.36
Hex 47 45 73 26 28 0 37 F3 19 24
Octal 107 105 163 46 50 0 67 363 31 44
Binary 1000111 1000101 1110011 100110 101000 0 110111 11110011 11001 100100

Color Harmonies of #474573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474573

Black with #474573

Text Example


Text Example

White with #474573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474573; }

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

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

background-color css

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

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

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

border-color css

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

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

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