Html Css Color HEX #004246 Sherpa Blue

📋 copy color: '#004246'

red 0 ◦ green 66 ◦ blue 70

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

Shades of Sherpa Blue #004246

Tints of Sherpa Blue #004246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.53%

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

R = 0%
G = 48.53%
B = 51.47%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#004246 (or 0x004246) is known color: Sherpa Blue. HEX triplet: 00, 42 and 46. RGB value is (0,66,70). Sum of RGB (Red+Green+Blue) = 0+66+70=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #004246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004246 is #FFBDB9. Grayscale: #2E2E2E. Windows color (decimal): -16760250 or 4604416. OLE color: 4604416.

HSL color Cylindrical-coordinate representation of color #004246: hue angle of 183.43º 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 #004246 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 66 70 -
CMYK 1 0.06 0 0.73
HSL 183.43º 1% 0.14% -
HSV(B) 183.43º 1% 0.27% -
XYZ 3.05 4.34 6.47 -
YUV 46.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 0 66 70 1 0.06 0 0.73 183.43 1 0.14
Hex 0 42 46 64 6 0 49 B7 64 E
Octal 0 102 106 144 6 0 111 267 144 16
Binary 0 1000010 1000110 1100100 110 0 1001001 10110111 1100100 1110

Color Harmonies of #004246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004246

Black with #004246

Text Example


Text Example

White with #004246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004246; }

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

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

background-color css

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

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

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

border-color css

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

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

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