Html Css Color HEX #046987 Blue Lagoon

📋 copy color: '#046987'

red 4 ◦ green 105 ◦ blue 135

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

Shades of Blue Lagoon #046987

Tints of Blue Lagoon #046987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 1.64%
G = 43.03%
B = 55.33%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046987 (or 0x046987) is known color: Blue Lagoon. HEX triplet: 04, 69 and 87. RGB value is (4,105,135). Sum of RGB (Red+Green+Blue) = 4+105+135=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #046987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046987 is #FB9678. Grayscale: #4E4E4E. Windows color (decimal): -16488057 or 8874244. OLE color: 8874244.

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

Color convert

RGB 4 105 135 -
CMYK 0.97 0.22 0 0.47
HSL 193.74º 0.94% 0.27% -
HSV(B) 193.74º 0.97% 0.53% -
XYZ 9.47 11.88 24.72 -
YUV 78.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 4 105 135 0.97 0.22 0 0.47 193.74 0.94 0.27
Hex 4 69 87 61 16 0 2F C2 5E 1B
Octal 4 151 207 141 26 0 57 302 136 33
Binary 100 1101001 10000111 1100001 10110 0 101111 11000010 1011110 11011

Color Harmonies of #046987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046987

Black with #046987

Text Example


Text Example

White with #046987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046987; }

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

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

background-color css

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

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

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

border-color css

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

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

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