Html Css Color HEX #474099 Blue Gem

📋 copy color: '#474099'

red 71 ◦ green 64 ◦ blue 153

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

Shades of Blue Gem #474099

Tints of Blue Gem #474099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 24.65%
G = 22.22%
B = 53.13%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#474099 (or 0x474099) is known color: Blue Gem. HEX triplet: 47, 40 and 99. RGB value is (71,64,153). Sum of RGB (Red+Green+Blue) = 71+64+153=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #474099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474099 is #B8BF66. Grayscale: #4B4B4B. Windows color (decimal): -12107623 or 10043463. OLE color: 10043463.

HSL color Cylindrical-coordinate representation of color #474099: hue angle of 244.72º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474099 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 64 153 -
CMYK 0.54 0.58 0 0.4
HSL 244.72º 0.41% 0.43% -
HSV(B) 244.72º 0.58% 0.6% -
XYZ 10.18 7.31 31.01 -
YUV 76.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 71 64 153 0.54 0.58 0 0.4 244.72 0.41 0.43
Hex 47 40 99 36 3A 0 28 F5 29 2B
Octal 107 100 231 66 72 0 50 365 51 53
Binary 1000111 1000000 10011001 110110 111010 0 101000 11110101 101001 101011

Color Harmonies of #474099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474099

Black with #474099

Text Example


Text Example

White with #474099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474099; }

 p { color: rgb(71,64,153); }

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

background-color css

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

 a { background-color: rgb(71,64,153); }

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

border-color css

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

 span { border-color: rgb(71,64,153); }

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