Html Css Color HEX #04676F Blue Lagoon

📋 copy color: '#04676F'

red 4 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #04676F

Tints of Blue Lagoon #04676F

RGB

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

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

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

R = 1.83%
G = 47.25%
B = 50.92%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04676F (or 0x04676F) is known color: Blue Lagoon. HEX triplet: 04, 67 and 6F. RGB value is (4,103,111). Sum of RGB (Red+Green+Blue) = 4+103+111=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #04676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04676F is #FB9890. Grayscale: #4A4A4A. Windows color (decimal): -16488593 or 7300868. OLE color: 7300868.

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

Color convert

RGB 4 103 111 -
CMYK 0.96 0.07 0 0.56
HSL 184.49º 0.93% 0.23% -
HSV(B) 184.49º 0.96% 0.44% -
XYZ 7.77 10.87 16.73 -
YUV 74.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 4 103 111 0.96 0.07 0 0.56 184.49 0.93 0.23
Hex 4 67 6F 60 7 0 38 B8 5D 17
Octal 4 147 157 140 7 0 70 270 135 27
Binary 100 1100111 1101111 1100000 111 0 111000 10111000 1011101 10111

Color Harmonies of #04676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04676F

Black with #04676F

Text Example


Text Example

White with #04676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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