#07494B

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

Shades of Sherpa Blue #07494B

Tints of Sherpa Blue #07494B

Color information

#07494B (or 0x07494B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 49 and 4B. RGB value is (7,73,75). Sum of RGB (Red+Green+Blue) = 7+73+75=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #07494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07494B is #F8B6B4. Grayscale: #353535. Windows color (decimal): -16299701 or 4933895. OLE color: 4933895.

HSL color Cylindrical-coordinate representation of color #07494B: hue angle of 181.76º 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 #07494B is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB77375-
CMYK0.910.0300.71
HSL181.76º82.93%16.08%-
HSV(B)181.76º90.67%29.41%-
XYZ3.745.327.49-
YUV53.49140.1394.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=4.52%
G=47.10%
B=48.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773750.910.0300.71181.7682.9316.08
Hex7494B5B3047b65310
Octal71111131333010726612320
Binary111100100110010111011011110100011110110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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