Html Css Color HEX #046887 Blue Lagoon

📋 copy color: '#046887'

red 4 ◦ green 104 ◦ blue 135

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

Shades of Blue Lagoon #046887

Tints of Blue Lagoon #046887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.8%

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 1.65%
G = 42.8%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046887 (or 0x046887) is known color: Blue Lagoon. HEX triplet: 04, 68 and 87. RGB value is (4,104,135). Sum of RGB (Red+Green+Blue) = 4+104+135=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #046887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046887 is #FB9778. Grayscale: #4D4D4D. Windows color (decimal): -16488313 or 8873988. OLE color: 8873988.

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

Color convert

RGB 4 104 135 -
CMYK 0.97 0.23 0 0.47
HSL 194.2º 0.94% 0.27% -
HSV(B) 194.2º 0.97% 0.53% -
XYZ 9.37 11.68 24.68 -
YUV 77.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 4 104 135 0.97 0.23 0 0.47 194.2 0.94 0.27
Hex 4 68 87 61 17 0 2F C2 5E 1B
Octal 4 150 207 141 27 0 57 302 136 33
Binary 100 1101000 10000111 1100001 10111 0 101111 11000010 1011110 11011

Color Harmonies of #046887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046887

Black with #046887

Text Example


Text Example

White with #046887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046887; }

 p { color: rgb(4,104,135); }

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

background-color css

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

 a { background-color: rgb(4,104,135); }

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

border-color css

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

 span { border-color: rgb(4,104,135); }

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