Html Css Color HEX #046289 Blue Lagoon

📋 copy color: '#046289'

red 4 ◦ green 98 ◦ blue 137

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

Shades of Blue Lagoon #046289

Tints of Blue Lagoon #046289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

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

R = 1.67%
G = 41%
B = 57.32%

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

#046289 (or 0x046289) is known color: Blue Lagoon. HEX triplet: 04, 62 and 89. RGB value is (4,98,137). Sum of RGB (Red+Green+Blue) = 4+98+137=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #046289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046289 is #FB9D76. Grayscale: #4A4A4A. Windows color (decimal): -16489847 or 9003524. OLE color: 9003524.

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

Color convert

RGB 4 98 137 -
CMYK 0.97 0.28 0 0.46
HSL 197.59º 0.94% 0.28% -
HSV(B) 197.59º 0.97% 0.54% -
XYZ 8.93 10.57 25.24 -
YUV 74.34 163.36 77.83 -
System Red Green Blue C M Y K H S L
Decimal 4 98 137 0.97 0.28 0 0.46 197.59 0.94 0.28
Hex 4 62 89 61 1C 0 2E C6 5E 1C
Octal 4 142 211 141 34 0 56 306 136 34
Binary 100 1100010 10001001 1100001 11100 0 101110 11000110 1011110 11100

Color Harmonies of #046289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046289

Black with #046289

Text Example


Text Example

White with #046289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046289; }

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

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

background-color css

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

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

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

border-color css

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

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

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