Html Css Color HEX #474DB0 Rich Blue

📋 copy color: '#474DB0'

red 71 ◦ green 77 ◦ blue 176

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

Shades of Rich Blue #474DB0

Tints of Rich Blue #474DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.32%

R = 21.91%
G = 23.77%
B = 54.32%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#474DB0 (or 0x474DB0) is known color: Rich Blue. HEX triplet: 47, 4D and B0. RGB value is (71,77,176). Sum of RGB (Red+Green+Blue) = 71+77+176=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 176 (69.14% from 255 or 54.32% from 324); Max value from RGB is 176 - color contains mainly: blue. Hex color #474DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DB0 is #B8B24F. Grayscale: #565656. Windows color (decimal): -12104272 or 11554119. OLE color: 11554119.

HSL color Cylindrical-coordinate representation of color #474DB0: hue angle of 236.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474DB0 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 77 176 -
CMYK 0.60 0.56 0 0.31
HSL 236.57º 0.43% 0.48% -
HSV(B) 236.57º 0.6% 0.69% -
XYZ 13.09 9.78 42.27 -
YUV 86.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 71 77 176 0.60 0.56 0 0.31 236.57 0.43 0.48
Hex 47 4D B0 3C 38 0 1F ED 2B 30
Octal 107 115 260 74 70 0 37 355 53 60
Binary 1000111 1001101 10110000 111100 111000 0 11111 11101101 101011 110000

Color Harmonies of #474DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DB0

Black with #474DB0

Text Example


Text Example

White with #474DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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