#043850

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

Shades of Sherpa Blue #043850

Tints of Sherpa Blue #043850

Color information

#043850 (or 0x043850) is unknown color: approx Sherpa Blue. HEX triplet: 04, 38 and 50. RGB value is (4,56,80). Sum of RGB (Red+Green+Blue) = 4+56+80=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #043850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043850 is #FBC7AF. Grayscale: #2B2B2B. Windows color (decimal): -16500656 or 5257220. OLE color: 5257220.

HSL color Cylindrical-coordinate representation of color #043850: hue angle of 198.95º 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 #043850 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45680-
CMYK0.950.3000.69
HSL198.95º90.48%16.47%-
HSV(B)198.95º95%31.37%-
XYZ2.913.438.1-
YUV43.19148.77100.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=2.86%
G=40%
B=57.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal456800.950.3000.69198.9590.4816.47
Hex438505F1E045c75a10
Octal47012013736010530713220
Binary10011100010100001011111111100100010111000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043850; }

 p { color: rgb(4,56,80); }

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

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

 a { background-color: rgb(4,56,80); }

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

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

 span { border-color: rgb(4,56,80); }

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