Html Css Color HEX #046988 Blue Lagoon

📋 copy color: '#046988'

red 4 ◦ green 105 ◦ blue 136

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

Shades of Blue Lagoon #046988

Tints of Blue Lagoon #046988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 1.63%
G = 42.86%
B = 55.51%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046988 (or 0x046988) is known color: Blue Lagoon. HEX triplet: 04, 69 and 88. RGB value is (4,105,136). Sum of RGB (Red+Green+Blue) = 4+105+136=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #046988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046988 is #FB9677. Grayscale: #4E4E4E. Windows color (decimal): -16488056 or 8939780. OLE color: 8939780.

HSL color Cylindrical-coordinate representation of color #046988: hue angle of 194.09º 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 #046988 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 105 136 -
CMYK 0.97 0.23 0 0.47
HSL 194.09º 0.94% 0.27% -
HSV(B) 194.09º 0.97% 0.53% -
XYZ 9.55 11.91 25.09 -
YUV 78.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 4 105 136 0.97 0.23 0 0.47 194.09 0.94 0.27
Hex 4 69 88 61 17 0 2F C2 5E 1B
Octal 4 151 210 141 27 0 57 302 136 33
Binary 100 1101001 10001000 1100001 10111 0 101111 11000010 1011110 11011

Color Harmonies of #046988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046988

Black with #046988

Text Example


Text Example

White with #046988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046988; }

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

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

background-color css

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

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

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

border-color css

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

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

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