#07444B

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

Shades of Sherpa Blue #07444B

Tints of Sherpa Blue #07444B

Color information

#07444B (or 0x07444B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 44 and 4B. RGB value is (7,68,75). Sum of RGB (Red+Green+Blue) = 7+68+75=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #07444B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07444B is #F8BBB4. Grayscale: #323232. Windows color (decimal): -16300981 or 4932615. OLE color: 4932615.

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

Color convert

RGB76875-
CMYK0.910.0900.71
HSL186.18º82.93%16.08%-
HSV(B)186.18º90.67%29.41%-
XYZ3.424.697.38-
YUV50.56141.7996.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=4.67%
G=45.33%
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.71
SystemRedGreenBlueCMYKHSL
Decimal768750.910.0900.71186.1882.9316.08
Hex7444B5B9047ba5310
Octal710411313311010727212320
Binary11110001001001011101101110010100011110111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07444B; }

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

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

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

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

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

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

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

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