Html Css Color HEX #474AAE Rich Blue

📋 copy color: '#474AAE'

red 71 ◦ green 74 ◦ blue 174

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

Shades of Rich Blue #474AAE

Tints of Rich Blue #474AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 22.26%
G = 23.2%
B = 54.55%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#474AAE (or 0x474AAE) is known color: Rich Blue. HEX triplet: 47, 4A and AE. RGB value is (71,74,174). Sum of RGB (Red+Green+Blue) = 71+74+174=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #474AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AAE is #B8B551. Grayscale: #545454. Windows color (decimal): -12105042 or 11422279. OLE color: 11422279.

HSL color Cylindrical-coordinate representation of color #474AAE: hue angle of 238.25º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474AAE is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 74 174 -
CMYK 0.59 0.57 0 0.32
HSL 238.25º 0.42% 0.48% -
HSV(B) 238.25º 0.59% 0.68% -
XYZ 12.69 9.29 41.17 -
YUV 84.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 71 74 174 0.59 0.57 0 0.32 238.25 0.42 0.48
Hex 47 4A AE 3B 39 0 20 EE 2A 30
Octal 107 112 256 73 71 0 40 356 52 60
Binary 1000111 1001010 10101110 111011 111001 0 100000 11101110 101010 110000

Color Harmonies of #474AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474AAE

Black with #474AAE

Text Example


Text Example

White with #474AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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