Html Css Color HEX #474DAE Rich Blue

📋 copy color: '#474DAE'

red 71 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #474DAE

Tints of Rich Blue #474DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

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

R = 22.05%
G = 23.91%
B = 54.04%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#474DAE (or 0x474DAE) is known color: Rich Blue. HEX triplet: 47, 4D and AE. RGB value is (71,77,174). Sum of RGB (Red+Green+Blue) = 71+77+174=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #474DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DAE is #B8B251. Grayscale: #555555. Windows color (decimal): -12104274 or 11423047. OLE color: 11423047.

HSL color Cylindrical-coordinate representation of color #474DAE: hue angle of 236.5º 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 #474DAE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 77 174 -
CMYK 0.59 0.56 0 0.32
HSL 236.5º 0.42% 0.48% -
HSV(B) 236.5º 0.59% 0.68% -
XYZ 12.89 9.7 41.24 -
YUV 86.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 71 77 174 0.59 0.56 0 0.32 236.5 0.42 0.48
Hex 47 4D AE 3B 38 0 20 ED 2A 30
Octal 107 115 256 73 70 0 40 355 52 60
Binary 1000111 1001101 10101110 111011 111000 0 100000 11101101 101010 110000

Color Harmonies of #474DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DAE

Black with #474DAE

Text Example


Text Example

White with #474DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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