Html Css Color HEX #04676D Blue Lagoon

📋 copy color: '#04676D'

red 4 ◦ green 103 ◦ blue 109

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

Shades of Blue Lagoon #04676D

Tints of Blue Lagoon #04676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.69%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 1.85%
G = 47.69%
B = 50.46%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04676D (or 0x04676D) is known color: Blue Lagoon. HEX triplet: 04, 67 and 6D. RGB value is (4,103,109). Sum of RGB (Red+Green+Blue) = 4+103+109=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #04676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04676D is #FB9892. Grayscale: #494949. Windows color (decimal): -16488595 or 7169796. OLE color: 7169796.

HSL color Cylindrical-coordinate representation of color #04676D: hue angle of 183.43º 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 #04676D is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 103 109 -
CMYK 0.96 0.06 0 0.57
HSL 183.43º 0.93% 0.22% -
HSV(B) 183.43º 0.96% 0.43% -
XYZ 7.66 10.83 16.15 -
YUV 74.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 4 103 109 0.96 0.06 0 0.57 183.43 0.93 0.22
Hex 4 67 6D 60 6 0 39 B7 5D 16
Octal 4 147 155 140 6 0 71 267 135 26
Binary 100 1100111 1101101 1100000 110 0 111001 10110111 1011101 10110

Color Harmonies of #04676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04676D

Black with #04676D

Text Example


Text Example

White with #04676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04676D; }

 p { color: rgb(4,103,109); }

 H1.HeaderClassName
 {
   color: #04676D;
 }
 .AnyTagClassName
 {
   color: #04676D;
 }
</style>

background-color css

<style>
 a { background-color: #04676D; }

 a { background-color: rgb(4,103,109); }

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

border-color css

<style>
 span { border-color: #04676D; }

 span { border-color: rgb(4,103,109); }

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