Html Css Color HEX #474379 Corn Flower Blue

📋 copy color: '#474379'

red 71 ◦ green 67 ◦ blue 121

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

Shades of Corn Flower Blue #474379

Tints of Corn Flower Blue #474379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

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

R = 27.41%
G = 25.87%
B = 46.72%

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

#474379 (or 0x474379) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 79. RGB value is (71,67,121). Sum of RGB (Red+Green+Blue) = 71+67+121=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #474379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474379 is #B8BC86. Grayscale: #4A4A4A. Windows color (decimal): -12106887 or 7947079. OLE color: 7947079.

HSL color Cylindrical-coordinate representation of color #474379: hue angle of 244.44º 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 #474379 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 67 121 -
CMYK 0.41 0.45 0 0.53
HSL 244.44º 0.29% 0.37% -
HSV(B) 244.44º 0.45% 0.47% -
XYZ 8.06 6.73 18.96 -
YUV 74.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 71 67 121 0.41 0.45 0 0.53 244.44 0.29 0.37
Hex 47 43 79 29 2D 0 35 F4 1D 25
Octal 107 103 171 51 55 0 65 364 35 45
Binary 1000111 1000011 1111001 101001 101101 0 110101 11110100 11101 100101

Color Harmonies of #474379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474379

Black with #474379

Text Example


Text Example

White with #474379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474379; }

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

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

background-color css

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

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

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

border-color css

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

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

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