Html Css Color HEX #074549 Sherpa Blue

📋 copy color: '#074549'

red 7 ◦ green 69 ◦ blue 73

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

Shades of Sherpa Blue #074549

Tints of Sherpa Blue #074549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.31%

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

R = 4.7%
G = 46.31%
B = 48.99%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#074549 (or 0x074549) is known color: Sherpa Blue. HEX triplet: 07, 45 and 49. RGB value is (7,69,73). Sum of RGB (Red+Green+Blue) = 7+69+73=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #074549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074549 is #F8BAB6. Grayscale: #323232. Windows color (decimal): -16300727 or 4801799. OLE color: 4801799.

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

Color convert

RGB 7 69 73 -
CMYK 0.90 0.05 0 0.71
HSL 183.64º 0.83% 0.16% -
HSV(B) 183.64º 0.9% 0.29% -
XYZ 3.42 4.78 7.05 -
YUV 50.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 7 69 73 0.90 0.05 0 0.71 183.64 0.83 0.16
Hex 7 45 49 5A 5 0 47 B8 52 10
Octal 7 105 111 132 5 0 107 270 122 20
Binary 111 1000101 1001001 1011010 101 0 1000111 10111000 1010010 10000

Color Harmonies of #074549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074549

Black with #074549

Text Example


Text Example

White with #074549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074549; }

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

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

background-color css

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

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

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

border-color css

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

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

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