Html Css Color HEX #074A4B Sherpa Blue

📋 copy color: '#074A4B'

red 7 ◦ green 74 ◦ blue 75

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

Shades of Sherpa Blue #074A4B

Tints of Sherpa Blue #074A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 4.49%
G = 47.44%
B = 48.08%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#074A4B (or 0x074A4B) is known color: Sherpa Blue. HEX triplet: 07, 4A and 4B. RGB value is (7,74,75). Sum of RGB (Red+Green+Blue) = 7+74+75=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #074A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A4B is #F8B5B4. Grayscale: #363636. Windows color (decimal): -16299445 or 4934151. OLE color: 4934151.

HSL color Cylindrical-coordinate representation of color #074A4B: hue angle of 180.88º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A4B is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 75 -
CMYK 0.91 0.01 0 0.71
HSL 180.88º 0.83% 0.16% -
HSV(B) 180.88º 0.91% 0.29% -
XYZ 3.81 5.45 7.51 -
YUV 54.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 7 74 75 0.91 0.01 0 0.71 180.88 0.83 0.16
Hex 7 4A 4B 5B 1 0 47 B5 53 10
Octal 7 112 113 133 1 0 107 265 123 20
Binary 111 1001010 1001011 1011011 1 0 1000111 10110101 1010011 10000

Color Harmonies of #074A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A4B

Black with #074A4B

Text Example


Text Example

White with #074A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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