Html Css Color HEX #074449 Sherpa Blue

📋 copy color: '#074449'

red 7 ◦ green 68 ◦ blue 73

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

Shades of Sherpa Blue #074449

Tints of Sherpa Blue #074449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.95%

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

R = 4.73%
G = 45.95%
B = 49.32%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#074449 (or 0x074449) is known color: Sherpa Blue. HEX triplet: 07, 44 and 49. RGB value is (7,68,73). Sum of RGB (Red+Green+Blue) = 7+68+73=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #074449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074449 is #F8BBB6. Grayscale: #323232. Windows color (decimal): -16300983 or 4801543. OLE color: 4801543.

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

Color convert

RGB 7 68 73 -
CMYK 0.90 0.07 0 0.71
HSL 184.55º 0.83% 0.16% -
HSV(B) 184.55º 0.9% 0.29% -
XYZ 3.36 4.66 7.03 -
YUV 50.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 7 68 73 0.90 0.07 0 0.71 184.55 0.83 0.16
Hex 7 44 49 5A 7 0 47 B9 52 10
Octal 7 104 111 132 7 0 107 271 122 20
Binary 111 1000100 1001001 1011010 111 0 1000111 10111001 1010010 10000

Color Harmonies of #074449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074449

Black with #074449

Text Example


Text Example

White with #074449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074449; }

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

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

background-color css

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

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

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

border-color css

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

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

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