Html Css Color HEX #064A4C Sherpa Blue

📋 copy color: '#064A4C'

red 6 ◦ green 74 ◦ blue 76

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

Shades of Sherpa Blue #064A4C

Tints of Sherpa Blue #064A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.72%

R = 3.85%
G = 47.44%
B = 48.72%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#064A4C (or 0x064A4C) is known color: Sherpa Blue. HEX triplet: 06, 4A and 4C. RGB value is (6,74,76). Sum of RGB (Red+Green+Blue) = 6+74+76=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #064A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A4C is #F9B5B3. Grayscale: #353535. Windows color (decimal): -16364980 or 4999686. OLE color: 4999686.

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

Color convert

RGB 6 74 76 -
CMYK 0.92 0.03 0 0.70
HSL 181.71º 0.85% 0.16% -
HSV(B) 181.71º 0.92% 0.3% -
XYZ 3.83 5.46 7.69 -
YUV 53.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 6 74 76 0.92 0.03 0 0.70 181.71 0.85 0.16
Hex 6 4A 4C 5C 3 0 46 B6 55 10
Octal 6 112 114 134 3 0 106 266 125 20
Binary 110 1001010 1001100 1011100 11 0 1000110 10110110 1010101 10000

Color Harmonies of #064A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A4C

Black with #064A4C

Text Example


Text Example

White with #064A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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