Html Css Color HEX #04484D Sherpa Blue

📋 copy color: '#04484D'

red 4 ◦ green 72 ◦ blue 77

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

Shades of Sherpa Blue #04484D

Tints of Sherpa Blue #04484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 2.61%
G = 47.06%
B = 50.33%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04484D (or 0x04484D) is known color: Sherpa Blue. HEX triplet: 04, 48 and 4D. RGB value is (4,72,77). Sum of RGB (Red+Green+Blue) = 4+72+77=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #04484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04484D is #FBB7B2. Grayscale: #343434. Windows color (decimal): -16496563 or 5064708. OLE color: 5064708.

HSL color Cylindrical-coordinate representation of color #04484D: hue angle of 184.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04484D is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 72 77 -
CMYK 0.95 0.06 0 0.70
HSL 184.11º 0.9% 0.16% -
HSV(B) 184.11º 0.95% 0.3% -
XYZ 3.71 5.2 7.83 -
YUV 52.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 4 72 77 0.95 0.06 0 0.70 184.11 0.9 0.16
Hex 4 48 4D 5F 6 0 46 B8 5A 10
Octal 4 110 115 137 6 0 106 270 132 20
Binary 100 1001000 1001101 1011111 110 0 1000110 10111000 1011010 10000

Color Harmonies of #04484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04484D

Black with #04484D

Text Example


Text Example

White with #04484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04484D; }

 p { color: rgb(4,72,77); }

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

background-color css

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

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

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

border-color css

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

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

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