#043B4F

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

Shades of Sherpa Blue #043B4F

Tints of Sherpa Blue #043B4F

Color information

#043B4F (or 0x043B4F) is unknown color: approx Sherpa Blue. HEX triplet: 04, 3B and 4F. RGB value is (4,59,79). Sum of RGB (Red+Green+Blue) = 4+59+79=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #043B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B4F is #FBC4B0. Grayscale: #2C2C2C. Windows color (decimal): -16499889 or 5192452. OLE color: 5192452.

HSL color Cylindrical-coordinate representation of color #043B4F: hue angle of 196º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043B4F is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45979-
CMYK0.950.2500.69
HSL196º90.36%16.27%-
HSV(B)196º94.94%30.98%-
XYZ3.033.727.96-
YUV44.83147.2898.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 59 (23.44% from 255) = 41.55%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=2.82%
G=41.55%
B=55.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal459790.950.2500.6919690.3616.27
Hex43B4F5F19045c45a10
Octal47311713731010530413220
Binary10011101110011111011111110010100010111000100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,59,79); }

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

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

 a { background-color: rgb(4,59,79); }

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

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

 span { border-color: rgb(4,59,79); }

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