#074B4A

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

Shades of Sherpa Blue #074B4A

Tints of Sherpa Blue #074B4A

Color information

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

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

Color convert

RGB77574-
CMYK0.9100.010.71
HSL179.12º82.93%16.08%-
HSV(B)179.12º90.67%29.41%-
XYZ3.845.577.35-
YUV54.55138.9794.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal775740.9100.010.71179.1282.9316.08
Hex74B4A5B0147b35310
Octal71131121330110726312320
Binary11110010111001010101101101100011110110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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