#074B55

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

Shades of Sherpa Blue #074B55

Tints of Sherpa Blue #074B55

Color information

#074B55 (or 0x074B55) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4B and 55. RGB value is (7,75,85). Sum of RGB (Red+Green+Blue) = 7+75+85=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #074B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B55 is #F8B4AA. Grayscale: #373737. Windows color (decimal): -16299179 or 5589767. OLE color: 5589767.

HSL color Cylindrical-coordinate representation of color #074B55: hue angle of 187.69º degrees, saturation: 0.85, 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 #074B55 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB77585-
CMYK0.920.1200.67
HSL187.69º84.78%18.04%-
HSV(B)187.69º91.76%33.33%-
XYZ4.245.739.48-
YUV55.81144.4793.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=4.19%
G=44.91%
B=50.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal775850.920.1200.67187.6984.7818.04
Hex74B555CC043bc5512
Octal711312513414010327412522
Binary11110010111010101101110011000100001110111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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