Html Css Color HEX #043A42 Sherpa Blue

📋 copy color: '#043A42'

red 4 ◦ green 58 ◦ blue 66

#043A42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #043A42

Tints of Sherpa Blue #043A42

RGB

 RED value IS 4 (1.95% from 255) = 3.13%

 GREEN value IS 58 (23.05% from 255) = 45.31%

 BLUE value IS 66 (26.17% from 255) = 51.56%

R = 3.13%
G = 45.31%
B = 51.56%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#043A42 (or 0x043A42) is known color: Sherpa Blue. HEX triplet: 04, 3A and 42. RGB value is (4,58,66). Sum of RGB (Red+Green+Blue) = 4+58+66=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #043A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A42 is #FBC5BD. Grayscale: #2A2A2A. Windows color (decimal): -16500158 or 4340228. OLE color: 4340228.

HSL color Cylindrical-coordinate representation of color #043A42: hue angle of 187.74º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043A42 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 58 66 -
CMYK 0.94 0.12 0 0.74
HSL 187.74º 0.89% 0.14% -
HSV(B) 187.74º 0.94% 0.26% -
XYZ 2.55 3.45 5.69 -
YUV 42.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 4 58 66 0.94 0.12 0 0.74 187.74 0.89 0.14
Hex 4 3A 42 5E C 0 4A BC 59 E
Octal 4 72 102 136 14 0 112 274 131 16
Binary 100 111010 1000010 1011110 1100 0 1001010 10111100 1011001 1110

Color Harmonies of #043A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043A42

Black with #043A42

Text Example


Text Example

White with #043A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #043A42;
 }
 .AnyTagClassName
 {
   color: #043A42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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