Html Css Color HEX #472698 Blue Gem

📋 copy color: '#472698'

red 71 ◦ green 38 ◦ blue 152

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

Shades of Blue Gem #472698

Tints of Blue Gem #472698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 27.2%
G = 14.56%
B = 58.24%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#472698 (or 0x472698) is known color: Blue Gem. HEX triplet: 47, 26 and 98. RGB value is (71,38,152). Sum of RGB (Red+Green+Blue) = 71+38+152=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #472698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472698 is #B8D967. Grayscale: #3C3C3C. Windows color (decimal): -12114280 or 9971271. OLE color: 9971271.

HSL color Cylindrical-coordinate representation of color #472698: hue angle of 257.37º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472698 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 38 152 -
CMYK 0.53 0.75 0 0.40
HSL 257.37º 0.6% 0.37% -
HSV(B) 257.37º 0.75% 0.6% -
XYZ 8.96 4.99 30.2 -
YUV 60.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 71 38 152 0.53 0.75 0 0.40 257.37 0.6 0.37
Hex 47 26 98 35 4B 0 28 101 3C 25
Octal 107 46 230 65 113 0 50 401 74 45
Binary 1000111 100110 10011000 110101 1001011 0 101000 100000001 111100 100101

Color Harmonies of #472698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472698

Black with #472698

Text Example


Text Example

White with #472698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472698; }

 p { color: rgb(71,38,152); }

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

background-color css

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

 a { background-color: rgb(71,38,152); }

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

border-color css

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

 span { border-color: rgb(71,38,152); }

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