Html Css Color HEX #04464C Sherpa Blue

📋 copy color: '#04464C'

red 4 ◦ green 70 ◦ blue 76

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

Shades of Sherpa Blue #04464C

Tints of Sherpa Blue #04464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.67%

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

R = 2.67%
G = 46.67%
B = 50.67%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04464C (or 0x04464C) is known color: Sherpa Blue. HEX triplet: 04, 46 and 4C. RGB value is (4,70,76). Sum of RGB (Red+Green+Blue) = 4+70+76=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #04464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04464C is #FBB9B3. Grayscale: #323232. Windows color (decimal): -16497076 or 4998660. OLE color: 4998660.

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

Color convert

RGB 4 70 76 -
CMYK 0.95 0.08 0 0.70
HSL 185º 0.9% 0.16% -
HSV(B) 185º 0.95% 0.3% -
XYZ 3.54 4.93 7.6 -
YUV 50.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 4 70 76 0.95 0.08 0 0.70 185 0.9 0.16
Hex 4 46 4C 5F 8 0 46 B9 5A 10
Octal 4 106 114 137 10 0 106 271 132 20
Binary 100 1000110 1001100 1011111 1000 0 1000110 10111001 1011010 10000

Color Harmonies of #04464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04464C

Black with #04464C

Text Example


Text Example

White with #04464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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