Html Css Color HEX #046586 Blue Lagoon

📋 copy color: '#046586'

red 4 ◦ green 101 ◦ blue 134

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

Shades of Blue Lagoon #046586

Tints of Blue Lagoon #046586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 1.67%
G = 42.26%
B = 56.07%

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

#046586 (or 0x046586) is known color: Blue Lagoon. HEX triplet: 04, 65 and 86. RGB value is (4,101,134). Sum of RGB (Red+Green+Blue) = 4+101+134=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #046586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046586 is #FB9A79. Grayscale: #4B4B4B. Windows color (decimal): -16489082 or 8807684. OLE color: 8807684.

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

Color convert

RGB 4 101 134 -
CMYK 0.97 0.25 0 0.47
HSL 195.23º 0.94% 0.27% -
HSV(B) 195.23º 0.97% 0.53% -
XYZ 9.01 11.05 24.21 -
YUV 75.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 4 101 134 0.97 0.25 0 0.47 195.23 0.94 0.27
Hex 4 65 86 61 19 0 2F C3 5E 1B
Octal 4 145 206 141 31 0 57 303 136 33
Binary 100 1100101 10000110 1100001 11001 0 101111 11000011 1011110 11011

Color Harmonies of #046586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046586

Black with #046586

Text Example


Text Example

White with #046586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046586; }

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

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

background-color css

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

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

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

border-color css

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

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

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