Html Css Color HEX #074649 Sherpa Blue

📋 copy color: '#074649'

red 7 ◦ green 70 ◦ blue 73

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

Shades of Sherpa Blue #074649

Tints of Sherpa Blue #074649

RGB

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

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

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

R = 4.67%
G = 46.67%
B = 48.67%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#074649 (or 0x074649) is known color: Sherpa Blue. HEX triplet: 07, 46 and 49. RGB value is (7,70,73). Sum of RGB (Red+Green+Blue) = 7+70+73=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #074649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074649 is #F8B9B6. Grayscale: #333333. Windows color (decimal): -16300471 or 4802055. OLE color: 4802055.

HSL color Cylindrical-coordinate representation of color #074649: hue angle of 182.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074649 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 70 73 -
CMYK 0.90 0.04 0 0.71
HSL 182.73º 0.83% 0.16% -
HSV(B) 182.73º 0.9% 0.29% -
XYZ 3.48 4.91 7.07 -
YUV 51.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 7 70 73 0.90 0.04 0 0.71 182.73 0.83 0.16
Hex 7 46 49 5A 4 0 47 B7 52 10
Octal 7 106 111 132 4 0 107 267 122 20
Binary 111 1000110 1001001 1011010 100 0 1000111 10110111 1010010 10000

Color Harmonies of #074649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074649

Black with #074649

Text Example


Text Example

White with #074649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074649; }

 p { color: rgb(7,70,73); }

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

background-color css

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

 a { background-color: rgb(7,70,73); }

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

border-color css

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

 span { border-color: rgb(7,70,73); }

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