Html Css Color HEX #014A49 Sherpa Blue

📋 copy color: '#014A49'

red 1 ◦ green 74 ◦ blue 73

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

Shades of Sherpa Blue #014A49

Tints of Sherpa Blue #014A49

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 74 (29.3% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 0.68%
G = 50%
B = 49.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#014A49 (or 0x014A49) is known color: Sherpa Blue. HEX triplet: 01, 4A and 49. RGB value is (1,74,73). Sum of RGB (Red+Green+Blue) = 1+74+73=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #014A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A49 is #FEB5B6. Grayscale: #333333. Windows color (decimal): -16692663 or 4803073. OLE color: 4803073.

HSL color Cylindrical-coordinate representation of color #014A49: hue angle of 179.18º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A49 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 74 73 -
CMYK 0.99 0 0.01 0.71
HSL 179.18º 0.97% 0.15% -
HSV(B) 179.18º 0.99% 0.29% -
XYZ 3.66 5.39 7.15 -
YUV 52.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 1 74 73 0.99 0 0.01 0.71 179.18 0.97 0.15
Hex 1 4A 49 63 0 1 47 B3 61 F
Octal 1 112 111 143 0 1 107 263 141 17
Binary 1 1001010 1001001 1100011 0 1 1000111 10110011 1100001 1111

Color Harmonies of #014A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A49

Black with #014A49

Text Example


Text Example

White with #014A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A49; }

 p { color: rgb(1,74,73); }

 H1.HeaderClassName
 {
   color: #014A49;
 }
 .AnyTagClassName
 {
   color: #014A49;
 }
</style>

background-color css

<style>
 a { background-color: #014A49; }

 a { background-color: rgb(1,74,73); }

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

border-color css

<style>
 span { border-color: #014A49; }

 span { border-color: rgb(1,74,73); }

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