#07484F

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

Shades of Sherpa Blue #07484F

Tints of Sherpa Blue #07484F

Color information

#07484F (or 0x07484F) is unknown color: approx Sherpa Blue. HEX triplet: 07, 48 and 4F. RGB value is (7,72,79). Sum of RGB (Red+Green+Blue) = 7+72+79=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #07484F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07484F is #F8B7B0. Grayscale: #353535. Windows color (decimal): -16299953 or 5195783. OLE color: 5195783.

HSL color Cylindrical-coordinate representation of color #07484F: hue angle of 185.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07484F is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB77279-
CMYK0.910.0900.69
HSL185.83º83.72%16.86%-
HSV(B)185.83º91.14%30.98%-
XYZ3.825.248.21-
YUV53.36142.4794.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 79 (31.25% from 255) = 50%
R=4.43%
G=45.57%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal772790.910.0900.69185.8383.7216.86
Hex7484F5B9045ba5411
Octal711011713311010527212421
Binary11110010001001111101101110010100010110111010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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