#73919F

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

Shades of Bermuda Grey #73919F

Tints of Bermuda Grey #73919F

Color information

#73919F (or 0x73919F) is unknown color: approx Bermuda Grey. HEX triplet: 73, 91 and 9F. RGB value is (115,145,159). Sum of RGB (Red+Green+Blue) = 115+145+159=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #73919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73919F is #8C6E60. Grayscale: #898989. Windows color (decimal): -9203297 or 10457459. OLE color: 10457459.

HSL color Cylindrical-coordinate representation of color #73919F: hue angle of 199.09º 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 #73919F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115145159-
CMYK0.280.0900.38
HSL199.09º18.64%53.73%-
HSV(B)199.09º27.67%62.35%-
XYZ23.4526.436.66-
YUV137.63140.06111.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=27.45%
G=34.61%
B=37.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151451590.280.0900.38199.0918.6453.73
Hex73919F1C9026c71336
Octal16322123734110463072366
Binary1110011100100011001111111100100101001101100011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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