Html Css Color HEX #04686A Blue Lagoon

📋 copy color: '#04686A'

red 4 ◦ green 104 ◦ blue 106

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

Shades of Blue Lagoon #04686A

Tints of Blue Lagoon #04686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.53%

R = 1.87%
G = 48.6%
B = 49.53%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04686A (or 0x04686A) is known color: Blue Lagoon. HEX triplet: 04, 68 and 6A. RGB value is (4,104,106). Sum of RGB (Red+Green+Blue) = 4+104+106=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #04686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04686A is #FB9795. Grayscale: #4A4A4A. Windows color (decimal): -16488342 or 6973444. OLE color: 6973444.

HSL color Cylindrical-coordinate representation of color #04686A: hue angle of 181.18º 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 #04686A is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 104 106 -
CMYK 0.96 0.02 0 0.58
HSL 181.18º 0.93% 0.22% -
HSV(B) 181.18º 0.96% 0.42% -
XYZ 7.6 10.97 15.35 -
YUV 74.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 4 104 106 0.96 0.02 0 0.58 181.18 0.93 0.22
Hex 4 68 6A 60 2 0 3A B5 5D 16
Octal 4 150 152 140 2 0 72 265 135 26
Binary 100 1101000 1101010 1100000 10 0 111010 10110101 1011101 10110

Color Harmonies of #04686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04686A

Black with #04686A

Text Example


Text Example

White with #04686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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