Html Css Color HEX #046066 Blue Lagoon

📋 copy color: '#046066'

red 4 ◦ green 96 ◦ blue 102

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

Shades of Blue Lagoon #046066

Tints of Blue Lagoon #046066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

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

R = 1.98%
G = 47.52%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#046066 (or 0x046066) is known color: Blue Lagoon. HEX triplet: 04, 60 and 66. RGB value is (4,96,102). Sum of RGB (Red+Green+Blue) = 4+96+102=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #046066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046066 is #FB9F99. Grayscale: #454545. Windows color (decimal): -16490394 or 6709252. OLE color: 6709252.

HSL color Cylindrical-coordinate representation of color #046066: hue angle of 183.67º 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 #046066 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 96 102 -
CMYK 0.96 0.06 0 0.6
HSL 183.67º 0.92% 0.21% -
HSV(B) 183.67º 0.96% 0.4% -
XYZ 6.63 9.35 14.03 -
YUV 69.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 4 96 102 0.96 0.06 0 0.6 183.67 0.92 0.21
Hex 4 60 66 60 6 0 3C B8 5C 15
Octal 4 140 146 140 6 0 74 270 134 25
Binary 100 1100000 1100110 1100000 110 0 111100 10111000 1011100 10101

Color Harmonies of #046066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046066

Black with #046066

Text Example


Text Example

White with #046066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046066; }

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

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

background-color css

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

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

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

border-color css

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

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

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