Html Css Color HEX #046587 Blue Lagoon

📋 copy color: '#046587'

red 4 ◦ green 101 ◦ blue 135

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

Shades of Blue Lagoon #046587

Tints of Blue Lagoon #046587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 1.67%
G = 42.08%
B = 56.25%

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

#046587 (or 0x046587) is known color: Blue Lagoon. HEX triplet: 04, 65 and 87. RGB value is (4,101,135). Sum of RGB (Red+Green+Blue) = 4+101+135=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #046587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046587 is #FB9A78. Grayscale: #4B4B4B. Windows color (decimal): -16489081 or 8873220. OLE color: 8873220.

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

Color convert

RGB 4 101 135 -
CMYK 0.97 0.25 0 0.47
HSL 195.57º 0.94% 0.27% -
HSV(B) 195.57º 0.97% 0.53% -
XYZ 9.08 11.08 24.58 -
YUV 75.87 161.36 76.74 -
System Red Green Blue C M Y K H S L
Decimal 4 101 135 0.97 0.25 0 0.47 195.57 0.94 0.27
Hex 4 65 87 61 19 0 2F C4 5E 1B
Octal 4 145 207 141 31 0 57 304 136 33
Binary 100 1100101 10000111 1100001 11001 0 101111 11000100 1011110 11011

Color Harmonies of #046587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046587

Black with #046587

Text Example


Text Example

White with #046587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046587; }

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

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

background-color css

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

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

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

border-color css

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

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

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