Html Css Color HEX #04484C Sherpa Blue

📋 copy color: '#04484C'

red 4 ◦ green 72 ◦ blue 76

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

Shades of Sherpa Blue #04484C

Tints of Sherpa Blue #04484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50%

R = 2.63%
G = 47.37%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04484C (or 0x04484C) is known color: Sherpa Blue. HEX triplet: 04, 48 and 4C. RGB value is (4,72,76). Sum of RGB (Red+Green+Blue) = 4+72+76=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #04484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04484C is #FBB7B3. Grayscale: #343434. Windows color (decimal): -16496564 or 4999172. OLE color: 4999172.

HSL color Cylindrical-coordinate representation of color #04484C: hue angle of 183.33º 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 #04484C is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 72 76 -
CMYK 0.95 0.05 0 0.70
HSL 183.33º 0.9% 0.16% -
HSV(B) 183.33º 0.95% 0.3% -
XYZ 3.67 5.18 7.64 -
YUV 52.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 4 72 76 0.95 0.05 0 0.70 183.33 0.9 0.16
Hex 4 48 4C 5F 5 0 46 B7 5A 10
Octal 4 110 114 137 5 0 106 267 132 20
Binary 100 1001000 1001100 1011111 101 0 1000110 10110111 1011010 10000

Color Harmonies of #04484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04484C

Black with #04484C

Text Example


Text Example

White with #04484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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