#074548

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

Shades of Sherpa Blue #074548

Tints of Sherpa Blue #074548

Color information

#074548 (or 0x074548) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 48. RGB value is (7,69,72). Sum of RGB (Red+Green+Blue) = 7+69+72=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #074548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074548 is #F8BAB7. Grayscale: #323232. Windows color (decimal): -16300728 or 4736263. OLE color: 4736263.

HSL color Cylindrical-coordinate representation of color #074548: hue angle of 182.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074548 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB76972-
CMYK0.900.0400.72
HSL182.77º82.28%15.49%-
HSV(B)182.77º90.28%28.24%-
XYZ3.394.776.87-
YUV50.8139.9696.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=4.73%
G=46.62%
B=48.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal769720.900.0400.72182.7782.2815.49
Hex745485A4048b752f
Octal71051101324011026712217
Binary111100010110010001011010100010010001011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074548; }

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

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

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

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

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

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

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

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