#074254

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

Shades of Sherpa Blue #074254

Tints of Sherpa Blue #074254

Color information

#074254 (or 0x074254) is unknown color: approx Sherpa Blue. HEX triplet: 07, 42 and 54. RGB value is (7,66,84). Sum of RGB (Red+Green+Blue) = 7+66+84=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #074254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074254 is #F8BDAB. Grayscale: #323232. Windows color (decimal): -16301484 or 5521927. OLE color: 5521927.

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

Color convert

RGB76684-
CMYK0.920.2100.67
HSL194.03º84.62%17.84%-
HSV(B)194.03º91.67%32.94%-
XYZ3.644.589.08-
YUV50.41146.9597.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=4.46%
G=42.04%
B=53.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal766840.920.2100.67194.0384.6217.84
Hex742545C15043c25512
Octal710212413425010330212522
Binary111100001010101001011100101010100001111000010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074254; }

 p { color: rgb(7,66,84); }

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

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

 a { background-color: rgb(7,66,84); }

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

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

 span { border-color: rgb(7,66,84); }

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