Html Css Color HEX #074548 Sherpa Blue

📋 copy color: '#074548'

red 7 ◦ green 69 ◦ blue 72

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

Shades of Sherpa Blue #074548

Tints of Sherpa Blue #074548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.65%

R = 4.73%
G = 46.62%
B = 48.65%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#074548 (or 0x074548) is known color: Sherpa Blue. HEX triplet: 07, 45 and 48. RGB value is (7,69,72). Sum of RGB (Red+Green+Blue) = 7+69+72=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #074548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074548 is #F8BAB7. Grayscale: #323232. Windows color (decimal): -16300728 or 4736263. OLE color: 4736263.

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

Color convert

RGB 7 69 72 -
CMYK 0.90 0.04 0 0.72
HSL 182.77º 0.82% 0.15% -
HSV(B) 182.77º 0.9% 0.28% -
XYZ 3.39 4.77 6.87 -
YUV 50.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 7 69 72 0.90 0.04 0 0.72 182.77 0.82 0.15
Hex 7 45 48 5A 4 0 48 B7 52 F
Octal 7 105 110 132 4 0 110 267 122 17
Binary 111 1000101 1001000 1011010 100 0 1001000 10110111 1010010 1111

Color Harmonies of #074548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074548

Black with #074548

Text Example


Text Example

White with #074548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074548; }

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

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

background-color css

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

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

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

border-color css

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

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

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