Html Css Color HEX #046C6F Blue Lagoon

📋 copy color: '#046C6F'

red 4 ◦ green 108 ◦ blue 111

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

Shades of Blue Lagoon #046C6F

Tints of Blue Lagoon #046C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 1.79%
G = 48.43%
B = 49.78%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046C6F (or 0x046C6F) is known color: Blue Lagoon. HEX triplet: 04, 6C and 6F. RGB value is (4,108,111). Sum of RGB (Red+Green+Blue) = 4+108+111=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #046C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C6F is #FB9390. Grayscale: #4D4D4D. Windows color (decimal): -16487313 or 7302148. OLE color: 7302148.

HSL color Cylindrical-coordinate representation of color #046C6F: hue angle of 181.68º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C6F is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 108 111 -
CMYK 0.96 0.03 0 0.56
HSL 181.68º 0.93% 0.23% -
HSV(B) 181.68º 0.96% 0.44% -
XYZ 8.28 11.9 16.9 -
YUV 77.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 4 108 111 0.96 0.03 0 0.56 181.68 0.93 0.23
Hex 4 6C 6F 60 3 0 38 B6 5D 17
Octal 4 154 157 140 3 0 70 266 135 27
Binary 100 1101100 1101111 1100000 11 0 111000 10110110 1011101 10111

Color Harmonies of #046C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C6F

Black with #046C6F

Text Example


Text Example

White with #046C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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