Html Css Color HEX #474473 Corn Flower Blue

📋 copy color: '#474473'

red 71 ◦ green 68 ◦ blue 115

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

Shades of Corn Flower Blue #474473

Tints of Corn Flower Blue #474473

RGB

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

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

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

R = 27.95%
G = 26.77%
B = 45.28%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474473 (or 0x474473) is known color: Corn Flower Blue. HEX triplet: 47, 44 and 73. RGB value is (71,68,115). Sum of RGB (Red+Green+Blue) = 71+68+115=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #474473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474473 is #B8BB8C. Grayscale: #4A4A4A. Windows color (decimal): -12106637 or 7554119. OLE color: 7554119.

HSL color Cylindrical-coordinate representation of color #474473: hue angle of 243.83º degrees, saturation: 0.26, 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 #474473 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 68 115 -
CMYK 0.38 0.41 0 0.55
HSL 243.83º 0.26% 0.36% -
HSV(B) 243.83º 0.41% 0.45% -
XYZ 7.76 6.71 17.11 -
YUV 74.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 71 68 115 0.38 0.41 0 0.55 243.83 0.26 0.36
Hex 47 44 73 26 29 0 37 F4 1A 24
Octal 107 104 163 46 51 0 67 364 32 44
Binary 1000111 1000100 1110011 100110 101001 0 110111 11110100 11010 100100

Color Harmonies of #474473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474473

Black with #474473

Text Example


Text Example

White with #474473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474473; }

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

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

background-color css

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

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

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

border-color css

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

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

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