Html Css Color HEX #04394C Sherpa Blue

📋 copy color: '#04394C'

red 4 ◦ green 57 ◦ blue 76

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

Shades of Sherpa Blue #04394C

Tints of Sherpa Blue #04394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

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

R = 2.92%
G = 41.61%
B = 55.47%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04394C (or 0x04394C) is known color: Sherpa Blue. HEX triplet: 04, 39 and 4C. RGB value is (4,57,76). Sum of RGB (Red+Green+Blue) = 4+57+76=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #04394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04394C is #FBC6B3. Grayscale: #2B2B2B. Windows color (decimal): -16500404 or 4995332. OLE color: 4995332.

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

Color convert

RGB 4 57 76 -
CMYK 0.95 0.25 0 0.70
HSL 195.83º 0.9% 0.16% -
HSV(B) 195.83º 0.95% 0.3% -
XYZ 2.82 3.47 7.36 -
YUV 43.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 4 57 76 0.95 0.25 0 0.70 195.83 0.9 0.16
Hex 4 39 4C 5F 19 0 46 C4 5A 10
Octal 4 71 114 137 31 0 106 304 132 20
Binary 100 111001 1001100 1011111 11001 0 1000110 11000100 1011010 10000

Color Harmonies of #04394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04394C

Black with #04394C

Text Example


Text Example

White with #04394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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