Html Css Color HEX #473BAE Blue Gem

📋 copy color: '#473BAE'

red 71 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #473BAE

Tints of Blue Gem #473BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 23.36%
G = 19.41%
B = 57.24%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#473BAE (or 0x473BAE) is known color: Blue Gem. HEX triplet: 47, 3B and AE. RGB value is (71,59,174). Sum of RGB (Red+Green+Blue) = 71+59+174=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #473BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BAE is #B8C451. Grayscale: #4B4B4B. Windows color (decimal): -12108882 or 11418439. OLE color: 11418439.

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

Color convert

RGB 71 59 174 -
CMYK 0.59 0.66 0 0.32
HSL 246.26º 0.49% 0.46% -
HSV(B) 246.26º 0.66% 0.68% -
XYZ 11.8 7.52 40.87 -
YUV 75.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 71 59 174 0.59 0.66 0 0.32 246.26 0.49 0.46
Hex 47 3B AE 3B 42 0 20 F6 31 2E
Octal 107 73 256 73 102 0 40 366 61 56
Binary 1000111 111011 10101110 111011 1000010 0 100000 11110110 110001 101110

Color Harmonies of #473BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BAE

Black with #473BAE

Text Example


Text Example

White with #473BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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