Html Css Color HEX #473094 Blue Gem

📋 copy color: '#473094'

red 71 ◦ green 48 ◦ blue 148

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

Shades of Blue Gem #473094

Tints of Blue Gem #473094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 26.59%
G = 17.98%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473094 (or 0x473094) is known color: Blue Gem. HEX triplet: 47, 30 and 94. RGB value is (71,48,148). Sum of RGB (Red+Green+Blue) = 71+48+148=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #473094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473094 is #B8CF6B. Grayscale: #414141. Windows color (decimal): -12111724 or 9711687. OLE color: 9711687.

HSL color Cylindrical-coordinate representation of color #473094: hue angle of 253.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473094 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 48 148 -
CMYK 0.52 0.68 0 0.42
HSL 253.8º 0.51% 0.38% -
HSV(B) 253.8º 0.68% 0.58% -
XYZ 9 5.59 28.62 -
YUV 66.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 71 48 148 0.52 0.68 0 0.42 253.8 0.51 0.38
Hex 47 30 94 34 44 0 2A FE 33 26
Octal 107 60 224 64 104 0 52 376 63 46
Binary 1000111 110000 10010100 110100 1000100 0 101010 11111110 110011 100110

Color Harmonies of #473094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473094

Black with #473094

Text Example


Text Example

White with #473094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473094; }

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

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

background-color css

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

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

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

border-color css

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

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

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