Html Css Color HEX #474873 Corn Flower Blue

📋 copy color: '#474873'

red 71 ◦ green 72 ◦ blue 115

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

Shades of Corn Flower Blue #474873

Tints of Corn Flower Blue #474873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 27.52%
G = 27.91%
B = 44.57%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474873 (or 0x474873) is known color: Corn Flower Blue. HEX triplet: 47, 48 and 73. RGB value is (71,72,115). Sum of RGB (Red+Green+Blue) = 71+72+115=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #474873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474873 is #B8B78C. Grayscale: #4C4C4C. Windows color (decimal): -12105613 or 7555143. OLE color: 7555143.

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

Color convert

RGB 71 72 115 -
CMYK 0.38 0.37 0 0.55
HSL 238.64º 0.24% 0.36% -
HSV(B) 238.64º 0.38% 0.45% -
XYZ 8.01 7.21 17.19 -
YUV 76.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 71 72 115 0.38 0.37 0 0.55 238.64 0.24 0.36
Hex 47 48 73 26 25 0 37 EF 18 24
Octal 107 110 163 46 45 0 67 357 30 44
Binary 1000111 1001000 1110011 100110 100101 0 110111 11101111 11000 100100

Color Harmonies of #474873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474873

Black with #474873

Text Example


Text Example

White with #474873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474873; }

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

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

background-color css

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

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

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

border-color css

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

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

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