Html Css Color HEX #474CB0 Rich Blue

📋 copy color: '#474CB0'

red 71 ◦ green 76 ◦ blue 176

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

Shades of Rich Blue #474CB0

Tints of Rich Blue #474CB0

RGB

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

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

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

R = 21.98%
G = 23.53%
B = 54.49%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#474CB0 (or 0x474CB0) is known color: Rich Blue. HEX triplet: 47, 4C and B0. RGB value is (71,76,176). Sum of RGB (Red+Green+Blue) = 71+76+176=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #474CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CB0 is #B8B34F. Grayscale: #555555. Windows color (decimal): -12104528 or 11553863. OLE color: 11553863.

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

Color convert

RGB 71 76 176 -
CMYK 0.60 0.57 0 0.31
HSL 237.14º 0.43% 0.48% -
HSV(B) 237.14º 0.6% 0.69% -
XYZ 13.02 9.64 42.25 -
YUV 85.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 71 76 176 0.60 0.57 0 0.31 237.14 0.43 0.48
Hex 47 4C B0 3C 39 0 1F ED 2B 30
Octal 107 114 260 74 71 0 37 355 53 60
Binary 1000111 1001100 10110000 111100 111001 0 11111 11101101 101011 110000

Color Harmonies of #474CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CB0

Black with #474CB0

Text Example


Text Example

White with #474CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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