#73949F

Color #73949F Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #73949F

Tints of Bermuda Grey #73949F

Color information

#73949F (or 0x73949F) is unknown color: approx Bermuda Grey. HEX triplet: 73, 94 and 9F. RGB value is (115,148,159). Sum of RGB (Red+Green+Blue) = 115+148+159=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #73949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949F is #8C6B60. Grayscale: #8B8B8B. Windows color (decimal): -9202529 or 10458227. OLE color: 10458227.

HSL color Cylindrical-coordinate representation of color #73949F: hue angle of 195º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73949F is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115148159-
CMYK0.280.0700.38
HSL195º18.64%53.73%-
HSV(B)195º27.67%62.35%-
XYZ23.9227.3336.82-
YUV139.39139.07110.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=27.25%
G=35.07%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151481590.280.0700.3819518.6453.73
Hex73949F1C7026c31336
Octal1632242373470463032366
Binary111001110010100100111111110011101001101100001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73949F; }

 p { color: rgb(115,148,159); }

 H1.HeaderClassName
 {
   color: #73949F;
 }
 .AnyTagClassName
 {
   color: #73949F;
 }
</style>
background-color css

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

 a { background-color: rgb(115,148,159); }

 div.DivClassName
 {
   background-color: #73949F;
 }
 .BgClassName
 {
   background-color: #73949F;
 }
</style>
border-color css

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

 span { border-color: rgb(115,148,159); }

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