#074A4B

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

Shades of Sherpa Blue #074A4B

Tints of Sherpa Blue #074A4B

Color information

#074A4B (or 0x074A4B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4A and 4B. RGB value is (7,74,75). Sum of RGB (Red+Green+Blue) = 7+74+75=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #074A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A4B is #F8B5B4. Grayscale: #363636. Windows color (decimal): -16299445 or 4934151. OLE color: 4934151.

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

Color convert

RGB77475-
CMYK0.910.0100.71
HSL180.88º82.93%16.08%-
HSV(B)180.88º90.67%29.41%-
XYZ3.815.457.51-
YUV54.08139.894.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=4.49%
G=47.44%
B=48.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774750.910.0100.71180.8882.9316.08
Hex74A4B5B1047b55310
Octal71121131331010726512320
Binary11110010101001011101101110100011110110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074A4B; }

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

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

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

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

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

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

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

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