Html Css Color HEX #473DAF Blue Gem

📋 copy color: '#473DAF'

red 71 ◦ green 61 ◦ blue 175

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

Shades of Blue Gem #473DAF

Tints of Blue Gem #473DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

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

R = 23.13%
G = 19.87%
B = 57%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#473DAF (or 0x473DAF) is known color: Blue Gem. HEX triplet: 47, 3D and AF. RGB value is (71,61,175). Sum of RGB (Red+Green+Blue) = 71+61+175=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #473DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DAF is #B8C250. Grayscale: #4C4C4C. Windows color (decimal): -12108369 or 11484487. OLE color: 11484487.

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

Color convert

RGB 71 61 175 -
CMYK 0.59 0.65 0 0.31
HSL 245.26º 0.48% 0.46% -
HSV(B) 245.26º 0.65% 0.69% -
XYZ 12.01 7.77 41.42 -
YUV 76.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 71 61 175 0.59 0.65 0 0.31 245.26 0.48 0.46
Hex 47 3D AF 3B 41 0 1F F5 30 2E
Octal 107 75 257 73 101 0 37 365 60 56
Binary 1000111 111101 10101111 111011 1000001 0 11111 11110101 110000 101110

Color Harmonies of #473DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DAF

Black with #473DAF

Text Example


Text Example

White with #473DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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