Html Css Color HEX #474279 Corn Flower Blue

📋 copy color: '#474279'

red 71 ◦ green 66 ◦ blue 121

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

Shades of Corn Flower Blue #474279

Tints of Corn Flower Blue #474279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 27.52%
G = 25.58%
B = 46.9%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474279 (or 0x474279) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 79. RGB value is (71,66,121). Sum of RGB (Red+Green+Blue) = 71+66+121=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #474279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474279 is #B8BD86. Grayscale: #494949. Windows color (decimal): -12107143 or 7946823. OLE color: 7946823.

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

Color convert

RGB 71 66 121 -
CMYK 0.41 0.45 0 0.53
HSL 245.45º 0.29% 0.37% -
HSV(B) 245.45º 0.45% 0.47% -
XYZ 8 6.62 18.94 -
YUV 73.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 71 66 121 0.41 0.45 0 0.53 245.45 0.29 0.37
Hex 47 42 79 29 2D 0 35 F5 1D 25
Octal 107 102 171 51 55 0 65 365 35 45
Binary 1000111 1000010 1111001 101001 101101 0 110101 11110101 11101 100101

Color Harmonies of #474279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474279

Black with #474279

Text Example


Text Example

White with #474279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474279; }

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

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

background-color css

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

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

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

border-color css

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

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

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