Html Css Color HEX #074A4D Sherpa Blue

📋 copy color: '#074A4D'

red 7 ◦ green 74 ◦ blue 77

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

Shades of Sherpa Blue #074A4D

Tints of Sherpa Blue #074A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.84%

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

R = 4.43%
G = 46.84%
B = 48.73%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#074A4D (or 0x074A4D) is known color: Sherpa Blue. HEX triplet: 07, 4A and 4D. RGB value is (7,74,77). Sum of RGB (Red+Green+Blue) = 7+74+77=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #074A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A4D is #F8B5B2. Grayscale: #363636. Windows color (decimal): -16299443 or 5065223. OLE color: 5065223.

HSL color Cylindrical-coordinate representation of color #074A4D: hue angle of 182.57º 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 #074A4D is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 74 77 -
CMYK 0.91 0.04 0 0.70
HSL 182.57º 0.83% 0.16% -
HSV(B) 182.57º 0.91% 0.3% -
XYZ 3.88 5.48 7.87 -
YUV 54.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 7 74 77 0.91 0.04 0 0.70 182.57 0.83 0.16
Hex 7 4A 4D 5B 4 0 46 B7 53 10
Octal 7 112 115 133 4 0 106 267 123 20
Binary 111 1001010 1001101 1011011 100 0 1000110 10110111 1010011 10000

Color Harmonies of #074A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A4D

Black with #074A4D

Text Example


Text Example

White with #074A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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