Html Css Color HEX #473BAF Blue Gem

📋 copy color: '#473BAF'

red 71 ◦ green 59 ◦ blue 175

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

Shades of Blue Gem #473BAF

Tints of Blue Gem #473BAF

RGB

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

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

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

R = 23.28%
G = 19.34%
B = 57.38%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#473BAF (or 0x473BAF) is known color: Blue Gem. HEX triplet: 47, 3B and AF. RGB value is (71,59,175). Sum of RGB (Red+Green+Blue) = 71+59+175=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #473BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BAF is #B8C450. Grayscale: #4B4B4B. Windows color (decimal): -12108881 or 11483975. OLE color: 11483975.

HSL color Cylindrical-coordinate representation of color #473BAF: hue angle of 246.21º degrees, saturation: 0.5, 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 #473BAF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 59 175 -
CMYK 0.59 0.66 0 0.31
HSL 246.21º 0.5% 0.46% -
HSV(B) 246.21º 0.66% 0.69% -
XYZ 11.9 7.56 41.39 -
YUV 75.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 71 59 175 0.59 0.66 0 0.31 246.21 0.5 0.46
Hex 47 3B AF 3B 42 0 1F F6 32 2E
Octal 107 73 257 73 102 0 37 366 62 56
Binary 1000111 111011 10101111 111011 1000010 0 11111 11110110 110010 101110

Color Harmonies of #473BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BAF

Black with #473BAF

Text Example


Text Example

White with #473BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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