Html Css Color HEX #046487 Blue Lagoon

📋 copy color: '#046487'

red 4 ◦ green 100 ◦ blue 135

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

Shades of Blue Lagoon #046487

Tints of Blue Lagoon #046487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 1.67%
G = 41.84%
B = 56.49%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046487 (or 0x046487) is known color: Blue Lagoon. HEX triplet: 04, 64 and 87. RGB value is (4,100,135). Sum of RGB (Red+Green+Blue) = 4+100+135=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #046487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046487 is #FB9B78. Grayscale: #4B4B4B. Windows color (decimal): -16489337 or 8872964. OLE color: 8872964.

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

Color convert

RGB 4 100 135 -
CMYK 0.97 0.26 0 0.47
HSL 196.03º 0.94% 0.27% -
HSV(B) 196.03º 0.97% 0.53% -
XYZ 8.98 10.89 24.55 -
YUV 75.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 4 100 135 0.97 0.26 0 0.47 196.03 0.94 0.27
Hex 4 64 87 61 1A 0 2F C4 5E 1B
Octal 4 144 207 141 32 0 57 304 136 33
Binary 100 1100100 10000111 1100001 11010 0 101111 11000100 1011110 11011

Color Harmonies of #046487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046487

Black with #046487

Text Example


Text Example

White with #046487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046487; }

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

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

background-color css

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

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

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

border-color css

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

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

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