Html Css Color HEX #04687F Blue Lagoon

📋 copy color: '#04687F'

red 4 ◦ green 104 ◦ blue 127

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

Shades of Blue Lagoon #04687F

Tints of Blue Lagoon #04687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.04%

R = 1.7%
G = 44.26%
B = 54.04%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04687F (or 0x04687F) is known color: Blue Lagoon. HEX triplet: 04, 68 and 7F. RGB value is (4,104,127). Sum of RGB (Red+Green+Blue) = 4+104+127=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #04687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04687F is #FB9780. Grayscale: #4C4C4C. Windows color (decimal): -16488321 or 8349700. OLE color: 8349700.

HSL color Cylindrical-coordinate representation of color #04687F: hue angle of 191.22º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04687F is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 104 127 -
CMYK 0.97 0.18 0 0.50
HSL 191.22º 0.94% 0.26% -
HSV(B) 191.22º 0.97% 0.5% -
XYZ 8.83 11.46 21.82 -
YUV 76.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 4 104 127 0.97 0.18 0 0.50 191.22 0.94 0.26
Hex 4 68 7F 61 12 0 32 BF 5E 1A
Octal 4 150 177 141 22 0 62 277 136 32
Binary 100 1101000 1111111 1100001 10010 0 110010 10111111 1011110 11010

Color Harmonies of #04687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04687F

Black with #04687F

Text Example


Text Example

White with #04687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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