Html Css Color HEX #474A79 Corn Flower Blue

📋 copy color: '#474A79'

red 71 ◦ green 74 ◦ blue 121

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

Shades of Corn Flower Blue #474A79

Tints of Corn Flower Blue #474A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

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

R = 26.69%
G = 27.82%
B = 45.49%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474A79 (or 0x474A79) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 79. RGB value is (71,74,121). Sum of RGB (Red+Green+Blue) = 71+74+121=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #474A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A79 is #B8B586. Grayscale: #4E4E4E. Windows color (decimal): -12105095 or 7948871. OLE color: 7948871.

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

Color convert

RGB 71 74 121 -
CMYK 0.41 0.39 0 0.53
HSL 236.4º 0.26% 0.38% -
HSV(B) 236.4º 0.41% 0.47% -
XYZ 8.5 7.62 19.11 -
YUV 78.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 71 74 121 0.41 0.39 0 0.53 236.4 0.26 0.38
Hex 47 4A 79 29 27 0 35 EC 1A 26
Octal 107 112 171 51 47 0 65 354 32 46
Binary 1000111 1001010 1111001 101001 100111 0 110101 11101100 11010 100110

Color Harmonies of #474A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A79

Black with #474A79

Text Example


Text Example

White with #474A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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