#074455

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

Shades of Sherpa Blue #074455

Tints of Sherpa Blue #074455

Color information

#074455 (or 0x074455) is unknown color: approx Sherpa Blue. HEX triplet: 07, 44 and 55. RGB value is (7,68,85). Sum of RGB (Red+Green+Blue) = 7+68+85=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #074455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074455 is #F8BBAA. Grayscale: #333333. Windows color (decimal): -16300971 or 5587975. OLE color: 5587975.

HSL color Cylindrical-coordinate representation of color #074455: hue angle of 193.08º 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 #074455 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB76885-
CMYK0.920.2000.67
HSL193.08º84.78%18.04%-
HSV(B)193.08º91.76%33.33%-
XYZ3.794.849.33-
YUV51.7146.7996.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=4.38%
G=42.5%
B=53.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal768850.920.2000.67193.0884.7818.04
Hex744555C14043c15512
Octal710412513424010330112522
Binary111100010010101011011100101000100001111000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074455; }

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

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

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

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

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

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

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

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