Html Css Color HEX #064A49 Sherpa Blue

📋 copy color: '#064A49'

red 6 ◦ green 74 ◦ blue 73

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

Shades of Sherpa Blue #064A49

Tints of Sherpa Blue #064A49

RGB

 RED value IS 6 (2.73% from 255) = 3.92%

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

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 3.92%
G = 48.37%
B = 47.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#064A49 (or 0x064A49) is known color: Sherpa Blue. HEX triplet: 06, 4A and 49. RGB value is (6,74,73). Sum of RGB (Red+Green+Blue) = 6+74+73=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #064A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A49 is #F9B5B6. Grayscale: #353535. Windows color (decimal): -16364983 or 4803078. OLE color: 4803078.

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

Color convert

RGB 6 74 73 -
CMYK 0.92 0 0.01 0.71
HSL 179.12º 0.85% 0.16% -
HSV(B) 179.12º 0.92% 0.29% -
XYZ 3.73 5.42 7.15 -
YUV 53.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 6 74 73 0.92 0 0.01 0.71 179.12 0.85 0.16
Hex 6 4A 49 5C 0 1 47 B3 55 10
Octal 6 112 111 134 0 1 107 263 125 20
Binary 110 1001010 1001001 1011100 0 1 1000111 10110011 1010101 10000

Color Harmonies of #064A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A49

Black with #064A49

Text Example


Text Example

White with #064A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A49; }

 p { color: rgb(6,74,73); }

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

background-color css

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

 a { background-color: rgb(6,74,73); }

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

border-color css

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

 span { border-color: rgb(6,74,73); }

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