Html Css Color HEX #04394A Sherpa Blue

📋 copy color: '#04394A'

red 4 ◦ green 57 ◦ blue 74

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

Shades of Sherpa Blue #04394A

Tints of Sherpa Blue #04394A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 54.81%

R = 2.96%
G = 42.22%
B = 54.81%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04394A (or 0x04394A) is known color: Sherpa Blue. HEX triplet: 04, 39 and 4A. RGB value is (4,57,74). Sum of RGB (Red+Green+Blue) = 4+57+74=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #04394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04394A is #FBC6B5. Grayscale: #2A2A2A. Windows color (decimal): -16500406 or 4864260. OLE color: 4864260.

HSL color Cylindrical-coordinate representation of color #04394A: hue angle of 194.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04394A is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 57 74 -
CMYK 0.95 0.23 0 0.71
HSL 194.57º 0.9% 0.15% -
HSV(B) 194.57º 0.95% 0.29% -
XYZ 2.75 3.45 7 -
YUV 43.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 4 57 74 0.95 0.23 0 0.71 194.57 0.9 0.15
Hex 4 39 4A 5F 17 0 47 C3 5A F
Octal 4 71 112 137 27 0 107 303 132 17
Binary 100 111001 1001010 1011111 10111 0 1000111 11000011 1011010 1111

Color Harmonies of #04394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04394A

Black with #04394A

Text Example


Text Example

White with #04394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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