Html Css Color HEX #474BAE Rich Blue

📋 copy color: '#474BAE'

red 71 ◦ green 75 ◦ blue 174

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

Shades of Rich Blue #474BAE

Tints of Rich Blue #474BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.44%

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

R = 22.19%
G = 23.44%
B = 54.38%

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

#474BAE (or 0x474BAE) is known color: Rich Blue. HEX triplet: 47, 4B and AE. RGB value is (71,75,174). Sum of RGB (Red+Green+Blue) = 71+75+174=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #474BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474BAE is #B8B451. Grayscale: #545454. Windows color (decimal): -12104786 or 11422535. OLE color: 11422535.

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

Color convert

RGB 71 75 174 -
CMYK 0.59 0.57 0 0.32
HSL 237.67º 0.42% 0.48% -
HSV(B) 237.67º 0.59% 0.68% -
XYZ 12.75 9.43 41.19 -
YUV 85.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 71 75 174 0.59 0.57 0 0.32 237.67 0.42 0.48
Hex 47 4B AE 3B 39 0 20 EE 2A 30
Octal 107 113 256 73 71 0 40 356 52 60
Binary 1000111 1001011 10101110 111011 111001 0 100000 11101110 101010 110000

Color Harmonies of #474BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BAE

Black with #474BAE

Text Example


Text Example

White with #474BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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