Html Css Color HEX #474CAF Rich Blue

📋 copy color: '#474CAF'

red 71 ◦ green 76 ◦ blue 175

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

Shades of Rich Blue #474CAF

Tints of Rich Blue #474CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 22.05%
G = 23.6%
B = 54.35%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#474CAF (or 0x474CAF) is known color: Rich Blue. HEX triplet: 47, 4C and AF. RGB value is (71,76,175). Sum of RGB (Red+Green+Blue) = 71+76+175=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #474CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CAF is #B8B350. Grayscale: #555555. Windows color (decimal): -12104529 or 11488327. OLE color: 11488327.

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

Color convert

RGB 71 76 175 -
CMYK 0.59 0.57 0 0.31
HSL 237.12º 0.42% 0.48% -
HSV(B) 237.12º 0.59% 0.69% -
XYZ 12.92 9.6 41.73 -
YUV 85.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 71 76 175 0.59 0.57 0 0.31 237.12 0.42 0.48
Hex 47 4C AF 3B 39 0 1F ED 2A 30
Octal 107 114 257 73 71 0 37 355 52 60
Binary 1000111 1001100 10101111 111011 111001 0 11111 11101101 101010 110000

Color Harmonies of #474CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CAF

Black with #474CAF

Text Example


Text Example

White with #474CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,175); }

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

background-color css

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

 a { background-color: rgb(71,76,175); }

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

border-color css

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

 span { border-color: rgb(71,76,175); }

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