#074853

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

Shades of Sherpa Blue #074853

Tints of Sherpa Blue #074853

Color information

#074853 (or 0x074853) is unknown color: approx Sherpa Blue. HEX triplet: 07, 48 and 53. RGB value is (7,72,83). Sum of RGB (Red+Green+Blue) = 7+72+83=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #074853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074853 is #F8B7AC. Grayscale: #353535. Windows color (decimal): -16299949 or 5457927. OLE color: 5457927.

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

Color convert

RGB77283-
CMYK0.920.1300.67
HSL188.68º84.44%17.65%-
HSV(B)188.68º91.57%32.55%-
XYZ3.975.39-
YUV53.82144.4794.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=4.32%
G=44.44%
B=51.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal772830.920.1300.67188.6884.4417.65
Hex748535CD043bd5412
Octal711012313415010327512422
Binary11110010001010011101110011010100001110111101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074853; }

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

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

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

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

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

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

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

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