Html Css Color HEX #04686E Blue Lagoon

📋 copy color: '#04686E'

red 4 ◦ green 104 ◦ blue 110

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

Shades of Blue Lagoon #04686E

Tints of Blue Lagoon #04686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 1.83%
G = 47.71%
B = 50.46%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04686E (or 0x04686E) is known color: Blue Lagoon. HEX triplet: 04, 68 and 6E. RGB value is (4,104,110). Sum of RGB (Red+Green+Blue) = 4+104+110=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #04686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04686E is #FB9791. Grayscale: #4A4A4A. Windows color (decimal): -16488338 or 7235588. OLE color: 7235588.

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

Color convert

RGB 4 104 110 -
CMYK 0.96 0.05 0 0.57
HSL 183.4º 0.93% 0.22% -
HSV(B) 183.4º 0.96% 0.43% -
XYZ 7.81 11.05 16.47 -
YUV 74.78 147.87 77.51 -
System Red Green Blue C M Y K H S L
Decimal 4 104 110 0.96 0.05 0 0.57 183.4 0.93 0.22
Hex 4 68 6E 60 5 0 39 B7 5D 16
Octal 4 150 156 140 5 0 71 267 135 26
Binary 100 1101000 1101110 1100000 101 0 111001 10110111 1011101 10110

Color Harmonies of #04686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04686E

Black with #04686E

Text Example


Text Example

White with #04686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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