#074449

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

Shades of Sherpa Blue #074449

Tints of Sherpa Blue #074449

Color information

#074449 (or 0x074449) is unknown color: approx Sherpa Blue. HEX triplet: 07, 44 and 49. RGB value is (7,68,73). Sum of RGB (Red+Green+Blue) = 7+68+73=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #074449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074449 is #F8BBB6. Grayscale: #323232. Windows color (decimal): -16300983 or 4801543. OLE color: 4801543.

HSL color Cylindrical-coordinate representation of color #074449: hue angle of 184.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074449 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB76873-
CMYK0.900.0700.71
HSL184.55º82.5%15.69%-
HSV(B)184.55º90.41%28.63%-
XYZ3.364.667.03-
YUV50.33140.7997.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=4.73%
G=45.95%
B=49.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal768730.900.0700.71184.5582.515.69
Hex744495A7047b95210
Octal71041111327010727112220
Binary1111000100100100110110101110100011110111001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074449; }

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

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

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

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

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

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

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

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