#074653

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

Shades of Sherpa Blue #074653

Tints of Sherpa Blue #074653

Color information

#074653 (or 0x074653) is unknown color: approx Sherpa Blue. HEX triplet: 07, 46 and 53. RGB value is (7,70,83). Sum of RGB (Red+Green+Blue) = 7+70+83=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #074653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074653 is #F8B9AC. Grayscale: #343434. Windows color (decimal): -16300461 or 5457415. OLE color: 5457415.

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

Color convert

RGB77083-
CMYK0.920.1600.67
HSL190.26º84.44%17.65%-
HSV(B)190.26º91.57%32.55%-
XYZ3.845.058.96-
YUV52.64145.1395.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=4.38%
G=43.75%
B=51.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal770830.920.1600.67190.2684.4417.65
Hex746535C10043be5412
Octal710612313420010327612422
Binary111100011010100111011100100000100001110111110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074653; }

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

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

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

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

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

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

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

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