Html Css Color HEX #046089 Blue Lagoon

📋 copy color: '#046089'

red 4 ◦ green 96 ◦ blue 137

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

Shades of Blue Lagoon #046089

Tints of Blue Lagoon #046089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

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

R = 1.69%
G = 40.51%
B = 57.81%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#046089 (or 0x046089) is known color: Blue Lagoon. HEX triplet: 04, 60 and 89. RGB value is (4,96,137). Sum of RGB (Red+Green+Blue) = 4+96+137=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #046089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046089 is #FB9F76. Grayscale: #484848. Windows color (decimal): -16490359 or 9003012. OLE color: 9003012.

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

Color convert

RGB 4 96 137 -
CMYK 0.97 0.30 0 0.46
HSL 198.5º 0.94% 0.28% -
HSV(B) 198.5º 0.97% 0.54% -
XYZ 8.75 10.2 25.17 -
YUV 73.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 4 96 137 0.97 0.30 0 0.46 198.5 0.94 0.28
Hex 4 60 89 61 1E 0 2E C6 5E 1C
Octal 4 140 211 141 36 0 56 306 136 34
Binary 100 1100000 10001001 1100001 11110 0 101110 11000110 1011110 11100

Color Harmonies of #046089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046089

Black with #046089

Text Example


Text Example

White with #046089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046089; }

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

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

background-color css

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

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

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

border-color css

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

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

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