Html Css Color HEX #046388 Blue Lagoon

📋 copy color: '#046388'

red 4 ◦ green 99 ◦ blue 136

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

Shades of Blue Lagoon #046388

Tints of Blue Lagoon #046388

RGB

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

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

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

R = 1.67%
G = 41.42%
B = 56.9%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046388 (or 0x046388) is known color: Blue Lagoon. HEX triplet: 04, 63 and 88. RGB value is (4,99,136). Sum of RGB (Red+Green+Blue) = 4+99+136=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #046388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046388 is #FB9C77. Grayscale: #4A4A4A. Windows color (decimal): -16489592 or 8938244. OLE color: 8938244.

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

Color convert

RGB 4 99 136 -
CMYK 0.97 0.27 0 0.47
HSL 196.82º 0.94% 0.27% -
HSV(B) 196.82º 0.97% 0.53% -
XYZ 8.96 10.73 24.89 -
YUV 74.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 4 99 136 0.97 0.27 0 0.47 196.82 0.94 0.27
Hex 4 63 88 61 1B 0 2F C5 5E 1B
Octal 4 143 210 141 33 0 57 305 136 33
Binary 100 1100011 10001000 1100001 11011 0 101111 11000101 1011110 11011

Color Harmonies of #046388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046388

Black with #046388

Text Example


Text Example

White with #046388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046388; }

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

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

background-color css

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

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

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

border-color css

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

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

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