#074B53

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

Shades of Sherpa Blue #074B53

Tints of Sherpa Blue #074B53

Color information

#074B53 (or 0x074B53) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4B and 53. RGB value is (7,75,83). Sum of RGB (Red+Green+Blue) = 7+75+83=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #074B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B53 is #F8B4AC. Grayscale: #373737. Windows color (decimal): -16299181 or 5458695. OLE color: 5458695.

HSL color Cylindrical-coordinate representation of color #074B53: hue angle of 186.32º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074B53 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB77583-
CMYK0.920.1000.67
HSL186.32º84.44%17.65%-
HSV(B)186.32º91.57%32.55%-
XYZ4.175.79.06-
YUV55.58143.4793.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=4.24%
G=45.45%
B=50.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal775830.920.1000.67186.3284.4417.65
Hex74B535CA043ba5412
Octal711312313412010327212422
Binary11110010111010011101110010100100001110111010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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