Html Css Color HEX #004848 Sherpa Blue

📋 copy color: '#004848'

red 0 ◦ green 72 ◦ blue 72

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

Shades of Sherpa Blue #004848

Tints of Sherpa Blue #004848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#004848 (or 0x004848) is known color: Sherpa Blue. HEX triplet: 00, 48 and 48. RGB value is (0,72,72). Sum of RGB (Red+Green+Blue) = 0+72+72=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #004848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004848 is #FFB7B7. Grayscale: #323232. Windows color (decimal): -16758712 or 4737024. OLE color: 4737024.

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

Color convert

RGB 0 72 72 -
CMYK 1 0 0 0.72
HSL 180º 1% 0.14% -
HSV(B) 180º 1% 0.28% -
XYZ 3.49 5.1 6.93 -
YUV 50.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 0 72 72 1 0 0 0.72 180 1 0.14
Hex 0 48 48 64 0 0 48 B4 64 E
Octal 0 110 110 144 0 0 110 264 144 16
Binary 0 1001000 1001000 1100100 0 0 1001000 10110100 1100100 1110

Color Harmonies of #004848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004848

Black with #004848

Text Example


Text Example

White with #004848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004848; }

 p { color: rgb(0,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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