Html Css Color HEX #046266 Blue Lagoon

📋 copy color: '#046266'

red 4 ◦ green 98 ◦ blue 102

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

Shades of Blue Lagoon #046266

Tints of Blue Lagoon #046266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 1.96%
G = 48.04%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#046266 (or 0x046266) is known color: Blue Lagoon. HEX triplet: 04, 62 and 66. RGB value is (4,98,102). Sum of RGB (Red+Green+Blue) = 4+98+102=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #046266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046266 is #FB9D99. Grayscale: #464646. Windows color (decimal): -16489882 or 6709764. OLE color: 6709764.

HSL color Cylindrical-coordinate representation of color #046266: hue angle of 182.45º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046266 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 98 102 -
CMYK 0.96 0.04 0 0.6
HSL 182.45º 0.92% 0.21% -
HSV(B) 182.45º 0.96% 0.4% -
XYZ 6.82 9.72 14.09 -
YUV 70.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 4 98 102 0.96 0.04 0 0.6 182.45 0.92 0.21
Hex 4 62 66 60 4 0 3C B6 5C 15
Octal 4 142 146 140 4 0 74 266 134 25
Binary 100 1100010 1100110 1100000 100 0 111100 10110110 1011100 10101

Color Harmonies of #046266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046266

Black with #046266

Text Example


Text Example

White with #046266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046266; }

 p { color: rgb(4,98,102); }

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

background-color css

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

 a { background-color: rgb(4,98,102); }

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

border-color css

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

 span { border-color: rgb(4,98,102); }

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