Html Css Color HEX #04686C Blue Lagoon

📋 copy color: '#04686C'

red 4 ◦ green 104 ◦ blue 108

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

Shades of Blue Lagoon #04686C

Tints of Blue Lagoon #04686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50%

R = 1.85%
G = 48.15%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04686C (or 0x04686C) is known color: Blue Lagoon. HEX triplet: 04, 68 and 6C. RGB value is (4,104,108). Sum of RGB (Red+Green+Blue) = 4+104+108=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #04686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04686C is #FB9793. Grayscale: #4A4A4A. Windows color (decimal): -16488340 or 7104516. OLE color: 7104516.

HSL color Cylindrical-coordinate representation of color #04686C: hue angle of 182.31º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04686C is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 104 108 -
CMYK 0.96 0.04 0 0.58
HSL 182.31º 0.93% 0.22% -
HSV(B) 182.31º 0.96% 0.42% -
XYZ 7.71 11.01 15.91 -
YUV 74.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 4 104 108 0.96 0.04 0 0.58 182.31 0.93 0.22
Hex 4 68 6C 60 4 0 3A B6 5D 16
Octal 4 150 154 140 4 0 72 266 135 26
Binary 100 1101000 1101100 1100000 100 0 111010 10110110 1011101 10110

Color Harmonies of #04686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04686C

Black with #04686C

Text Example


Text Example

White with #04686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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