Html Css Color HEX #473CB0 Blue Gem

📋 copy color: '#473CB0'

red 71 ◦ green 60 ◦ blue 176

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

Shades of Blue Gem #473CB0

Tints of Blue Gem #473CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 23.13%
G = 19.54%
B = 57.33%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#473CB0 (or 0x473CB0) is known color: Blue Gem. HEX triplet: 47, 3C and B0. RGB value is (71,60,176). Sum of RGB (Red+Green+Blue) = 71+60+176=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #473CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CB0 is #B8C34F. Grayscale: #4C4C4C. Windows color (decimal): -12108624 or 11549767. OLE color: 11549767.

HSL color Cylindrical-coordinate representation of color #473CB0: hue angle of 245.69º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473CB0 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 60 176 -
CMYK 0.60 0.66 0 0.31
HSL 245.69º 0.49% 0.46% -
HSV(B) 245.69º 0.66% 0.69% -
XYZ 12.05 7.71 41.93 -
YUV 76.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 71 60 176 0.60 0.66 0 0.31 245.69 0.49 0.46
Hex 47 3C B0 3C 42 0 1F F6 31 2E
Octal 107 74 260 74 102 0 37 366 61 56
Binary 1000111 111100 10110000 111100 1000010 0 11111 11110110 110001 101110

Color Harmonies of #473CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CB0

Black with #473CB0

Text Example


Text Example

White with #473CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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