#043A4B

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

Shades of Sherpa Blue #043A4B

Tints of Sherpa Blue #043A4B

Color information

#043A4B (or 0x043A4B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 3A and 4B. RGB value is (4,58,75). Sum of RGB (Red+Green+Blue) = 4+58+75=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #043A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A4B is #FBC5B4. Grayscale: #2B2B2B. Windows color (decimal): -16500149 or 4930052. OLE color: 4930052.

HSL color Cylindrical-coordinate representation of color #043A4B: hue angle of 194.37º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043A4B is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB45875-
CMYK0.950.2300.71
HSL194.37º89.87%15.49%-
HSV(B)194.37º94.67%29.41%-
XYZ2.833.567.19-
YUV43.79145.6199.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 58 (23.05% from 255) = 42.34%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=2.92%
G=42.34%
B=54.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal458750.950.2300.71194.3789.8715.49
Hex43A4B5F17047c25af
Octal47211313727010730213217
Binary1001110101001011101111110111010001111100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A4B; }

 p { color: rgb(4,58,75); }

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

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

 a { background-color: rgb(4,58,75); }

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

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

 span { border-color: rgb(4,58,75); }

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