Html Css Color HEX #074E56 Sherpa Blue

📋 copy color: '#074E56'

red 7 ◦ green 78 ◦ blue 86

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

Shades of Sherpa Blue #074E56

Tints of Sherpa Blue #074E56

RGB

 RED value IS 7 (3.13% from 255) = 4.09%

 GREEN value IS 78 (30.86% from 255) = 45.61%

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 4.09%
G = 45.61%
B = 50.29%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074E56 (or 0x074E56) is known color: Sherpa Blue. HEX triplet: 07, 4E and 56. RGB value is (7,78,86). Sum of RGB (Red+Green+Blue) = 7+78+86=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #074E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E56 is #F8B1A9. Grayscale: #393939. Windows color (decimal): -16298410 or 5656071. OLE color: 5656071.

HSL color Cylindrical-coordinate representation of color #074E56: hue angle of 186.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074E56 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 78 86 -
CMYK 0.92 0.09 0 0.66
HSL 186.08º 0.85% 0.18% -
HSV(B) 186.08º 0.92% 0.34% -
XYZ 4.49 6.17 9.76 -
YUV 57.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 7 78 86 0.92 0.09 0 0.66 186.08 0.85 0.18
Hex 7 4E 56 5C 9 0 42 BA 55 12
Octal 7 116 126 134 11 0 102 272 125 22
Binary 111 1001110 1010110 1011100 1001 0 1000010 10111010 1010101 10010

Color Harmonies of #074E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E56

Black with #074E56

Text Example


Text Example

White with #074E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074E56; }

 p { color: rgb(7,78,86); }

 H1.HeaderClassName
 {
   color: #074E56;
 }
 .AnyTagClassName
 {
   color: #074E56;
 }
</style>

background-color css

<style>
 a { background-color: #074E56; }

 a { background-color: rgb(7,78,86); }

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

border-color css

<style>
 span { border-color: #074E56; }

 span { border-color: rgb(7,78,86); }

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