Html Css Color HEX #046C80 Blue Lagoon

📋 copy color: '#046C80'

red 4 ◦ green 108 ◦ blue 128

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

Shades of Blue Lagoon #046C80

Tints of Blue Lagoon #046C80

RGB

 RED value IS 4 (1.95% from 255) = 1.67%

 GREEN value IS 108 (42.58% from 255) = 45%

 BLUE value IS 128 (50.39% from 255) = 53.33%

R = 1.67%
G = 45%
B = 53.33%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#046C80 (or 0x046C80) is known color: Blue Lagoon. HEX triplet: 04, 6C and 80. RGB value is (4,108,128). Sum of RGB (Red+Green+Blue) = 4+108+128=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #046C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046C80 is #FB937F. Grayscale: #4F4F4F. Windows color (decimal): -16487296 or 8416260. OLE color: 8416260.

HSL color Cylindrical-coordinate representation of color #046C80: hue angle of 189.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046C80 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 108 128 -
CMYK 0.97 0.16 0 0.50
HSL 189.68º 0.94% 0.26% -
HSV(B) 189.68º 0.97% 0.5% -
XYZ 9.31 12.31 22.31 -
YUV 79.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 4 108 128 0.97 0.16 0 0.50 189.68 0.94 0.26
Hex 4 6C 80 61 10 0 32 BE 5E 1A
Octal 4 154 200 141 20 0 62 276 136 32
Binary 100 1101100 10000000 1100001 10000 0 110010 10111110 1011110 11010

Color Harmonies of #046C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C80

Black with #046C80

Text Example


Text Example

White with #046C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046C80; }

 p { color: rgb(4,108,128); }

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

background-color css

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

 a { background-color: rgb(4,108,128); }

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

border-color css

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

 span { border-color: rgb(4,108,128); }

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