Html Css Color HEX #014F46 Sherpa Blue

📋 copy color: '#014F46'

red 1 ◦ green 79 ◦ blue 70

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

Shades of Sherpa Blue #014F46

Tints of Sherpa Blue #014F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 52.67%

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

R = 0.67%
G = 52.67%
B = 46.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#014F46 (or 0x014F46) is known color: Sherpa Blue. HEX triplet: 01, 4F and 46. RGB value is (1,79,70). Sum of RGB (Red+Green+Blue) = 1+79+70=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #014F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F46 is #FEB0B9. Grayscale: #363636. Windows color (decimal): -16691386 or 4607745. OLE color: 4607745.

HSL color Cylindrical-coordinate representation of color #014F46: hue angle of 173.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F46 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 70 -
CMYK 0.99 0 0.11 0.69
HSL 173.08º 0.98% 0.16% -
HSV(B) 173.08º 0.99% 0.31% -
XYZ 3.91 6.04 6.75 -
YUV 54.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 1 79 70 0.99 0 0.11 0.69 173.08 0.98 0.16
Hex 1 4F 46 63 0 B 45 AD 62 10
Octal 1 117 106 143 0 13 105 255 142 20
Binary 1 1001111 1000110 1100011 0 1011 1000101 10101101 1100010 10000

Color Harmonies of #014F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F46

Black with #014F46

Text Example


Text Example

White with #014F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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