Html Css Color HEX #473088 Blue Gem

📋 copy color: '#473088'

red 71 ◦ green 48 ◦ blue 136

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

Shades of Blue Gem #473088

Tints of Blue Gem #473088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 27.84%
G = 18.82%
B = 53.33%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473088 (or 0x473088) is known color: Blue Gem. HEX triplet: 47, 30 and 88. RGB value is (71,48,136). Sum of RGB (Red+Green+Blue) = 71+48+136=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #473088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473088 is #B8CF77. Grayscale: #404040. Windows color (decimal): -12111736 or 8925255. OLE color: 8925255.

HSL color Cylindrical-coordinate representation of color #473088: hue angle of 255.68º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473088 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 48 136 -
CMYK 0.48 0.65 0 0.47
HSL 255.68º 0.48% 0.36% -
HSV(B) 255.68º 0.65% 0.53% -
XYZ 8.1 5.23 23.88 -
YUV 64.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 71 48 136 0.48 0.65 0 0.47 255.68 0.48 0.36
Hex 47 30 88 30 41 0 2F 100 30 24
Octal 107 60 210 60 101 0 57 400 60 44
Binary 1000111 110000 10001000 110000 1000001 0 101111 100000000 110000 100100

Color Harmonies of #473088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473088

Black with #473088

Text Example


Text Example

White with #473088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473088; }

 p { color: rgb(71,48,136); }

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

background-color css

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

 a { background-color: rgb(71,48,136); }

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

border-color css

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

 span { border-color: rgb(71,48,136); }

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