#074453

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

Shades of Sherpa Blue #074453

Tints of Sherpa Blue #074453

Color information

#074453 (or 0x074453) is unknown color: approx Sherpa Blue. HEX triplet: 07, 44 and 53. RGB value is (7,68,83). Sum of RGB (Red+Green+Blue) = 7+68+83=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #074453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074453 is #F8BBAC. Grayscale: #333333. Windows color (decimal): -16300973 or 5456903. OLE color: 5456903.

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

Color convert

RGB76883-
CMYK0.920.1800.67
HSL191.84º84.44%17.65%-
HSV(B)191.84º91.57%32.55%-
XYZ3.724.88.92-
YUV51.47145.7996.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=4.43%
G=43.04%
B=52.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal768830.920.1800.67191.8484.4417.65
Hex744535C12043c05412
Octal710412313422010330012422
Binary111100010010100111011100100100100001111000000101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074453; }

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

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

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

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

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

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

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

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