Html Css Color HEX #474979 Corn Flower Blue

📋 copy color: '#474979'

red 71 ◦ green 73 ◦ blue 121

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

Shades of Corn Flower Blue #474979

Tints of Corn Flower Blue #474979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 26.79%
G = 27.55%
B = 45.66%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474979 (or 0x474979) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 79. RGB value is (71,73,121). Sum of RGB (Red+Green+Blue) = 71+73+121=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #474979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474979 is #B8B686. Grayscale: #4D4D4D. Windows color (decimal): -12105351 or 7948615. OLE color: 7948615.

HSL color Cylindrical-coordinate representation of color #474979: hue angle of 237.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474979 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 73 121 -
CMYK 0.41 0.40 0 0.53
HSL 237.6º 0.26% 0.38% -
HSV(B) 237.6º 0.41% 0.47% -
XYZ 8.43 7.49 19.09 -
YUV 77.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 71 73 121 0.41 0.40 0 0.53 237.6 0.26 0.38
Hex 47 49 79 29 28 0 35 EE 1A 26
Octal 107 111 171 51 50 0 65 356 32 46
Binary 1000111 1001001 1111001 101001 101000 0 110101 11101110 11010 100110

Color Harmonies of #474979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474979

Black with #474979

Text Example


Text Example

White with #474979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474979; }

 p { color: rgb(71,73,121); }

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

background-color css

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

 a { background-color: rgb(71,73,121); }

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

border-color css

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

 span { border-color: rgb(71,73,121); }

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