Html Css Color HEX #014A46 Sherpa Blue

📋 copy color: '#014A46'

red 1 ◦ green 74 ◦ blue 70

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

Shades of Sherpa Blue #014A46

Tints of Sherpa Blue #014A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 48.28%

R = 0.69%
G = 51.03%
B = 48.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#014A46 (or 0x014A46) is known color: Sherpa Blue. HEX triplet: 01, 4A and 46. RGB value is (1,74,70). Sum of RGB (Red+Green+Blue) = 1+74+70=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #014A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A46 is #FEB5B9. Grayscale: #333333. Windows color (decimal): -16692666 or 4606465. OLE color: 4606465.

HSL color Cylindrical-coordinate representation of color #014A46: hue angle of 176.71º 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 #014A46 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 74 70 -
CMYK 0.99 0 0.05 0.71
HSL 176.71º 0.97% 0.15% -
HSV(B) 176.71º 0.99% 0.29% -
XYZ 3.57 5.35 6.64 -
YUV 51.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 1 74 70 0.99 0 0.05 0.71 176.71 0.97 0.15
Hex 1 4A 46 63 0 5 47 B1 61 F
Octal 1 112 106 143 0 5 107 261 141 17
Binary 1 1001010 1000110 1100011 0 101 1000111 10110001 1100001 1111

Color Harmonies of #014A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A46

Black with #014A46

Text Example


Text Example

White with #014A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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