Html Css Color HEX #046288 Blue Lagoon

📋 copy color: '#046288'

red 4 ◦ green 98 ◦ blue 136

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

Shades of Blue Lagoon #046288

Tints of Blue Lagoon #046288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.14%

R = 1.68%
G = 41.18%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046288 (or 0x046288) is known color: Blue Lagoon. HEX triplet: 04, 62 and 88. RGB value is (4,98,136). Sum of RGB (Red+Green+Blue) = 4+98+136=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #046288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046288 is #FB9D77. Grayscale: #494949. Windows color (decimal): -16489848 or 8937988. OLE color: 8937988.

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

Color convert

RGB 4 98 136 -
CMYK 0.97 0.28 0 0.47
HSL 197.27º 0.94% 0.27% -
HSV(B) 197.27º 0.97% 0.53% -
XYZ 8.86 10.54 24.86 -
YUV 74.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 4 98 136 0.97 0.28 0 0.47 197.27 0.94 0.27
Hex 4 62 88 61 1C 0 2F C5 5E 1B
Octal 4 142 210 141 34 0 57 305 136 33
Binary 100 1100010 10001000 1100001 11100 0 101111 11000101 1011110 11011

Color Harmonies of #046288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046288

Black with #046288

Text Example


Text Example

White with #046288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046288; }

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

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

background-color css

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

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

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

border-color css

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

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

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