Html Css Color HEX #046688 Blue Lagoon

📋 copy color: '#046688'

red 4 ◦ green 102 ◦ blue 136

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

Shades of Blue Lagoon #046688

Tints of Blue Lagoon #046688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 1.65%
G = 42.15%
B = 56.2%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046688 (or 0x046688) is known color: Blue Lagoon. HEX triplet: 04, 66 and 88. RGB value is (4,102,136). Sum of RGB (Red+Green+Blue) = 4+102+136=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #046688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046688 is #FB9977. Grayscale: #4C4C4C. Windows color (decimal): -16488824 or 8939012. OLE color: 8939012.

HSL color Cylindrical-coordinate representation of color #046688: hue angle of 195.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046688 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 102 136 -
CMYK 0.97 0.25 0 0.47
HSL 195.45º 0.94% 0.27% -
HSV(B) 195.45º 0.97% 0.53% -
XYZ 9.25 11.31 24.99 -
YUV 76.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 4 102 136 0.97 0.25 0 0.47 195.45 0.94 0.27
Hex 4 66 88 61 19 0 2F C3 5E 1B
Octal 4 146 210 141 31 0 57 303 136 33
Binary 100 1100110 10001000 1100001 11001 0 101111 11000011 1011110 11011

Color Harmonies of #046688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046688

Black with #046688

Text Example


Text Example

White with #046688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046688; }

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

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

background-color css

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

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

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

border-color css

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

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

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