#07404B

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

Shades of Sherpa Blue #07404B

Tints of Sherpa Blue #07404B

Color information

#07404B (or 0x07404B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 40 and 4B. RGB value is (7,64,75). Sum of RGB (Red+Green+Blue) = 7+64+75=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #07404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07404B is #F8BFB4. Grayscale: #303030. Windows color (decimal): -16302005 or 4931591. OLE color: 4931591.

HSL color Cylindrical-coordinate representation of color #07404B: hue angle of 189.71º 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 #07404B is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB76475-
CMYK0.910.1500.71
HSL189.71º82.93%16.08%-
HSV(B)189.71º90.67%29.41%-
XYZ3.194.227.3-
YUV48.21143.1298.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=4.79%
G=43.84%
B=51.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal764750.910.1500.71189.7182.9316.08
Hex7404B5BF047be5310
Octal710011313317010727612320
Binary11110000001001011101101111110100011110111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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