Html Css Color HEX #004046 Sherpa Blue

📋 copy color: '#004046'

red 0 ◦ green 64 ◦ blue 70

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

Shades of Sherpa Blue #004046

Tints of Sherpa Blue #004046

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 47.76%

 BLUE value IS 70 (27.73% from 255) = 52.24%

R = 0%
G = 47.76%
B = 52.24%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#004046 (or 0x004046) is known color: Sherpa Blue. HEX triplet: 00, 40 and 46. RGB value is (0,64,70). Sum of RGB (Red+Green+Blue) = 0+64+70=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #004046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004046 is #FFBFB9. Grayscale: #2D2D2D. Windows color (decimal): -16760762 or 4603904. OLE color: 4603904.

HSL color Cylindrical-coordinate representation of color #004046: hue angle of 185.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004046 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 64 70 -
CMYK 1 0.09 0 0.73
HSL 185.14º 1% 0.14% -
HSV(B) 185.14º 1% 0.27% -
XYZ 2.94 4.11 6.43 -
YUV 45.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 0 64 70 1 0.09 0 0.73 185.14 1 0.14
Hex 0 40 46 64 9 0 49 B9 64 E
Octal 0 100 106 144 11 0 111 271 144 16
Binary 0 1000000 1000110 1100100 1001 0 1001001 10111001 1100100 1110

Color Harmonies of #004046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004046

Black with #004046

Text Example


Text Example

White with #004046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004046; }

 p { color: rgb(0,64,70); }

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

background-color css

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

 a { background-color: rgb(0,64,70); }

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

border-color css

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

 span { border-color: rgb(0,64,70); }

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