Html Css Color HEX #474679 Corn Flower Blue

📋 copy color: '#474679'

red 71 ◦ green 70 ◦ blue 121

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

Shades of Corn Flower Blue #474679

Tints of Corn Flower Blue #474679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 27.1%
G = 26.72%
B = 46.18%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474679 (or 0x474679) is known color: Corn Flower Blue. HEX triplet: 47, 46 and 79. RGB value is (71,70,121). Sum of RGB (Red+Green+Blue) = 71+70+121=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #474679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474679 is #B8B986. Grayscale: #4B4B4B. Windows color (decimal): -12106119 or 7947847. OLE color: 7947847.

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

Color convert

RGB 71 70 121 -
CMYK 0.41 0.42 0 0.53
HSL 241.18º 0.27% 0.37% -
HSV(B) 241.18º 0.42% 0.47% -
XYZ 8.24 7.1 19.03 -
YUV 76.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 71 70 121 0.41 0.42 0 0.53 241.18 0.27 0.37
Hex 47 46 79 29 2A 0 35 F1 1B 25
Octal 107 106 171 51 52 0 65 361 33 45
Binary 1000111 1000110 1111001 101001 101010 0 110101 11110001 11011 100101

Color Harmonies of #474679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474679

Black with #474679

Text Example


Text Example

White with #474679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474679; }

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

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

background-color css

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

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

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

border-color css

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

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

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