Html Css Color HEX #074953 Sherpa Blue

📋 copy color: '#074953'

red 7 ◦ green 73 ◦ blue 83

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

Shades of Sherpa Blue #074953

Tints of Sherpa Blue #074953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50.92%

R = 4.29%
G = 44.79%
B = 50.92%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074953 (or 0x074953) is known color: Sherpa Blue. HEX triplet: 07, 49 and 53. RGB value is (7,73,83). Sum of RGB (Red+Green+Blue) = 7+73+83=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #074953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074953 is #F8B6AC. Grayscale: #363636. Windows color (decimal): -16299693 or 5458183. OLE color: 5458183.

HSL color Cylindrical-coordinate representation of color #074953: hue angle of 187.89º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074953 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 73 83 -
CMYK 0.92 0.12 0 0.67
HSL 187.89º 0.84% 0.18% -
HSV(B) 187.89º 0.92% 0.33% -
XYZ 4.03 5.43 9.02 -
YUV 54.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 7 73 83 0.92 0.12 0 0.67 187.89 0.84 0.18
Hex 7 49 53 5C C 0 43 BC 54 12
Octal 7 111 123 134 14 0 103 274 124 22
Binary 111 1001001 1010011 1011100 1100 0 1000011 10111100 1010100 10010

Color Harmonies of #074953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074953

Black with #074953

Text Example


Text Example

White with #074953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074953; }

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

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

background-color css

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

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

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

border-color css

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

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

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