#07464B

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

Shades of Sherpa Blue #07464B

Tints of Sherpa Blue #07464B

Color information

#07464B (or 0x07464B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 46 and 4B. RGB value is (7,70,75). Sum of RGB (Red+Green+Blue) = 7+70+75=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #07464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07464B is #F8B9B4. Grayscale: #333333. Windows color (decimal): -16300469 or 4933127. OLE color: 4933127.

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

Color convert

RGB77075-
CMYK0.910.0700.71
HSL184.41º82.93%16.08%-
HSV(B)184.41º90.67%29.41%-
XYZ3.554.937.42-
YUV51.73141.1396.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=4.61%
G=46.05%
B=49.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal770750.910.0700.71184.4182.9316.08
Hex7464B5B7047b85310
Octal71061131337010727012320
Binary1111000110100101110110111110100011110111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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