Html Css Color HEX #073D4E Sherpa Blue

📋 copy color: '#073D4E'

red 7 ◦ green 61 ◦ blue 78

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

Shades of Sherpa Blue #073D4E

Tints of Sherpa Blue #073D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.78%

 BLUE value IS 78 (30.86% from 255) = 53.42%

R = 4.79%
G = 41.78%
B = 53.42%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#073D4E (or 0x073D4E) is known color: Sherpa Blue. HEX triplet: 07, 3D and 4E. RGB value is (7,61,78). Sum of RGB (Red+Green+Blue) = 7+61+78=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #073D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D4E is #F8C2B1. Grayscale: #2E2E2E. Windows color (decimal): -16302770 or 5127431. OLE color: 5127431.

HSL color Cylindrical-coordinate representation of color #073D4E: hue angle of 194.37º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073D4E is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 61 78 -
CMYK 0.91 0.22 0 0.69
HSL 194.37º 0.84% 0.17% -
HSV(B) 194.37º 0.91% 0.31% -
XYZ 3.13 3.93 7.8 -
YUV 46.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 7 61 78 0.91 0.22 0 0.69 194.37 0.84 0.17
Hex 7 3D 4E 5B 16 0 45 C2 54 11
Octal 7 75 116 133 26 0 105 302 124 21
Binary 111 111101 1001110 1011011 10110 0 1000101 11000010 1010100 10001

Color Harmonies of #073D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D4E

Black with #073D4E

Text Example


Text Example

White with #073D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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