Html Css Color HEX #07494D Sherpa Blue

📋 copy color: '#07494D'

red 7 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #07494D

Tints of Sherpa Blue #07494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 4.46%
G = 46.5%
B = 49.04%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07494D (or 0x07494D) is known color: Sherpa Blue. HEX triplet: 07, 49 and 4D. RGB value is (7,73,77). Sum of RGB (Red+Green+Blue) = 7+73+77=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #07494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07494D is #F8B6B2. Grayscale: #353535. Windows color (decimal): -16299699 or 5064967. OLE color: 5064967.

HSL color Cylindrical-coordinate representation of color #07494D: hue angle of 183.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07494D is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 73 77 -
CMYK 0.91 0.05 0 0.70
HSL 183.43º 0.83% 0.16% -
HSV(B) 183.43º 0.91% 0.3% -
XYZ 3.81 5.35 7.85 -
YUV 53.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 7 73 77 0.91 0.05 0 0.70 183.43 0.83 0.16
Hex 7 49 4D 5B 5 0 46 B7 53 10
Octal 7 111 115 133 5 0 106 267 123 20
Binary 111 1001001 1001101 1011011 101 0 1000110 10110111 1010011 10000

Color Harmonies of #07494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07494D

Black with #07494D

Text Example


Text Example

White with #07494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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