Html Css Color HEX #074A57 Sherpa Blue

📋 copy color: '#074A57'

red 7 ◦ green 74 ◦ blue 87

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

Shades of Sherpa Blue #074A57

Tints of Sherpa Blue #074A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 51.79%

R = 4.17%
G = 44.05%
B = 51.79%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074A57 (or 0x074A57) is known color: Sherpa Blue. HEX triplet: 07, 4A and 57. RGB value is (7,74,87). Sum of RGB (Red+Green+Blue) = 7+74+87=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #074A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A57 is #F8B5A8. Grayscale: #373737. Windows color (decimal): -16299433 or 5720583. OLE color: 5720583.

HSL color Cylindrical-coordinate representation of color #074A57: hue angle of 189.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074A57 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 74 87 -
CMYK 0.92 0.15 0 0.66
HSL 189.75º 0.85% 0.18% -
HSV(B) 189.75º 0.92% 0.34% -
XYZ 4.26 5.63 9.88 -
YUV 55.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 7 74 87 0.92 0.15 0 0.66 189.75 0.85 0.18
Hex 7 4A 57 5C F 0 42 BE 55 12
Octal 7 112 127 134 17 0 102 276 125 22
Binary 111 1001010 1010111 1011100 1111 0 1000010 10111110 1010101 10010

Color Harmonies of #074A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A57

Black with #074A57

Text Example


Text Example

White with #074A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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