#07484c

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

Shades of Sherpa Blue #07484C

Tints of Sherpa Blue #07484C

Color information

#07484C (or 0x07484C) is unknown color: approx Sherpa Blue. HEX triplet: 07, 48 and 4C. RGB value is (7,72,76). Sum of RGB (Red+Green+Blue) = 7+72+76=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #07484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07484C is #F8B7B3. Grayscale: #343434. Windows color (decimal): -16299956 or 4999175. OLE color: 4999175.

HSL color Cylindrical-coordinate representation of color #07484C: hue angle of 183.48º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07484C is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB77276-
CMYK0.910.0500.70
HSL183.48º83.13%16.27%-
HSV(B)183.48º90.79%29.8%-
XYZ3.715.27.65-
YUV53.02140.9795.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=4.52%
G=46.45%
B=49.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal772760.910.0500.70183.4883.1316.27
Hex7484C5B5046b75310
Octal71101141335010626712320
Binary1111001000100110010110111010100011010110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07484c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07484c; }

 p { color: rgb(7,72,76); }

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

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

 a { background-color: rgb(7,72,76); }

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

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

 span { border-color: rgb(7,72,76); }

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