Html Css Color HEX #046C73 Blue Lagoon

📋 copy color: '#046C73'

red 4 ◦ green 108 ◦ blue 115

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

Shades of Blue Lagoon #046C73

Tints of Blue Lagoon #046C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 1.76%
G = 47.58%
B = 50.66%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046C73 (or 0x046C73) is known color: Blue Lagoon. HEX triplet: 04, 6C and 73. RGB value is (4,108,115). Sum of RGB (Red+Green+Blue) = 4+108+115=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #046C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C73 is #FB938C. Grayscale: #4D4D4D. Windows color (decimal): -16487309 or 7564292. OLE color: 7564292.

HSL color Cylindrical-coordinate representation of color #046C73: hue angle of 183.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046C73 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 108 115 -
CMYK 0.97 0.06 0 0.55
HSL 183.78º 0.93% 0.23% -
HSV(B) 183.78º 0.97% 0.45% -
XYZ 8.51 11.99 18.09 -
YUV 77.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 4 108 115 0.97 0.06 0 0.55 183.78 0.93 0.23
Hex 4 6C 73 61 6 0 37 B8 5D 17
Octal 4 154 163 141 6 0 67 270 135 27
Binary 100 1101100 1110011 1100001 110 0 110111 10111000 1011101 10111

Color Harmonies of #046C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C73

Black with #046C73

Text Example


Text Example

White with #046C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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