#07484B

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

Shades of Sherpa Blue #07484B

Tints of Sherpa Blue #07484B

Color information

#07484B (or 0x07484B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 48 and 4B. RGB value is (7,72,75). Sum of RGB (Red+Green+Blue) = 7+72+75=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #07484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07484B is #F8B7B4. Grayscale: #343434. Windows color (decimal): -16299957 or 4933639. OLE color: 4933639.

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

Color convert

RGB77275-
CMYK0.910.0400.71
HSL182.65º82.93%16.08%-
HSV(B)182.65º90.67%29.41%-
XYZ3.675.197.46-
YUV52.91140.4795.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=4.55%
G=46.75%
B=48.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal772750.910.0400.71182.6582.9316.08
Hex7484B5B4047b75310
Octal71101131334010726712320
Binary1111001000100101110110111000100011110110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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