Html Css Color HEX #074A5D Sherpa Blue

📋 copy color: '#074A5D'

red 7 ◦ green 74 ◦ blue 93

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

Shades of Sherpa Blue #074A5D

Tints of Sherpa Blue #074A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 4.02%
G = 42.53%
B = 53.45%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#074A5D (or 0x074A5D) is known color: Sherpa Blue. HEX triplet: 07, 4A and 5D. RGB value is (7,74,93). Sum of RGB (Red+Green+Blue) = 7+74+93=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #074A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A5D is #F8B5A2. Grayscale: #373737. Windows color (decimal): -16299427 or 6113799. OLE color: 6113799.

HSL color Cylindrical-coordinate representation of color #074A5D: hue angle of 193.26º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074A5D is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 74 93 -
CMYK 0.92 0.20 0 0.64
HSL 193.26º 0.86% 0.2% -
HSV(B) 193.26º 0.92% 0.36% -
XYZ 4.51 5.73 11.22 -
YUV 56.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 7 74 93 0.92 0.20 0 0.64 193.26 0.86 0.2
Hex 7 4A 5D 5C 14 0 40 C1 56 14
Octal 7 112 135 134 24 0 100 301 126 24
Binary 111 1001010 1011101 1011100 10100 0 1000000 11000001 1010110 10100

Color Harmonies of #074A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A5D

Black with #074A5D

Text Example


Text Example

White with #074A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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