Html Css Color HEX #046389 Blue Lagoon

📋 copy color: '#046389'

red 4 ◦ green 99 ◦ blue 137

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

Shades of Blue Lagoon #046389

Tints of Blue Lagoon #046389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 1.67%
G = 41.25%
B = 57.08%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#046389 (or 0x046389) is known color: Blue Lagoon. HEX triplet: 04, 63 and 89. RGB value is (4,99,137). Sum of RGB (Red+Green+Blue) = 4+99+137=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #046389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046389 is #FB9C76. Grayscale: #4A4A4A. Windows color (decimal): -16489591 or 9003780. OLE color: 9003780.

HSL color Cylindrical-coordinate representation of color #046389: hue angle of 197.14º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046389 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 99 137 -
CMYK 0.97 0.28 0 0.46
HSL 197.14º 0.94% 0.28% -
HSV(B) 197.14º 0.97% 0.54% -
XYZ 9.03 10.76 25.27 -
YUV 74.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 4 99 137 0.97 0.28 0 0.46 197.14 0.94 0.28
Hex 4 63 89 61 1C 0 2E C5 5E 1C
Octal 4 143 211 141 34 0 56 305 136 34
Binary 100 1100011 10001001 1100001 11100 0 101110 11000101 1011110 11100

Color Harmonies of #046389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046389

Black with #046389

Text Example


Text Example

White with #046389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046389; }

 p { color: rgb(4,99,137); }

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

background-color css

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

 a { background-color: rgb(4,99,137); }

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

border-color css

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

 span { border-color: rgb(4,99,137); }

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