#07454C

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

Shades of Sherpa Blue #07454C

Tints of Sherpa Blue #07454C

Color information

#07454C (or 0x07454C) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 4C. RGB value is (7,69,76). Sum of RGB (Red+Green+Blue) = 7+69+76=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #07454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07454C is #F8BAB3. Grayscale: #333333. Windows color (decimal): -16300724 or 4998407. OLE color: 4998407.

HSL color Cylindrical-coordinate representation of color #07454C: hue angle of 186.09º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07454C is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB76976-
CMYK0.910.0900.70
HSL186.09º83.13%16.27%-
HSV(B)186.09º90.79%29.8%-
XYZ3.524.827.58-
YUV51.26141.9696.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 76 (30.08% from 255) = 50%
R=4.61%
G=45.39%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal769760.910.0900.70186.0983.1316.27
Hex7454C5B9046ba5310
Octal710511413311010627212320
Binary11110001011001100101101110010100011010111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07454C; }

 p { color: rgb(7,69,76); }

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

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

 a { background-color: rgb(7,69,76); }

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

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

 span { border-color: rgb(7,69,76); }

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