Html Css Color HEX #04686F Blue Lagoon

📋 copy color: '#04686F'

red 4 ◦ green 104 ◦ blue 111

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

Shades of Blue Lagoon #04686F

Tints of Blue Lagoon #04686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 1.83%
G = 47.49%
B = 50.68%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04686F (or 0x04686F) is known color: Blue Lagoon. HEX triplet: 04, 68 and 6F. RGB value is (4,104,111). Sum of RGB (Red+Green+Blue) = 4+104+111=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #04686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04686F is #FB9790. Grayscale: #4A4A4A. Windows color (decimal): -16488337 or 7301124. OLE color: 7301124.

HSL color Cylindrical-coordinate representation of color #04686F: hue angle of 183.93º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04686F is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 104 111 -
CMYK 0.96 0.06 0 0.56
HSL 183.93º 0.93% 0.23% -
HSV(B) 183.93º 0.96% 0.44% -
XYZ 7.87 11.07 16.76 -
YUV 74.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 4 104 111 0.96 0.06 0 0.56 183.93 0.93 0.23
Hex 4 68 6F 60 6 0 38 B8 5D 17
Octal 4 150 157 140 6 0 70 270 135 27
Binary 100 1101000 1101111 1100000 110 0 111000 10111000 1011101 10111

Color Harmonies of #04686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04686F

Black with #04686F

Text Example


Text Example

White with #04686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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