#07494A

Color #07494A Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #07494A

Tints of Sherpa Blue #07494A

Color information

#07494A (or 0x07494A) is unknown color: approx Sherpa Blue. HEX triplet: 07, 49 and 4A. RGB value is (7,73,74). Sum of RGB (Red+Green+Blue) = 7+73+74=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #07494A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07494A is #F8B6B5. Grayscale: #353535. Windows color (decimal): -16299702 or 4868359. OLE color: 4868359.

HSL color Cylindrical-coordinate representation of color #07494A: hue angle of 180.9º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07494A is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB77374-
CMYK0.910.0100.71
HSL180.9º82.72%15.88%-
HSV(B)180.9º90.54%29.02%-
XYZ3.715.37.31-
YUV53.38139.6394.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=4.55%
G=47.40%
B=48.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773740.910.0100.71180.982.7215.88
Hex7494A5B1047b55310
Octal71111121331010726512320
Binary11110010011001010101101110100011110110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07494A; }

 p { color: rgb(7,73,74); }

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

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

 a { background-color: rgb(7,73,74); }

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

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

 span { border-color: rgb(7,73,74); }

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