Html Css Color HEX #046867 Blue Lagoon

📋 copy color: '#046867'

red 4 ◦ green 104 ◦ blue 103

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

Shades of Blue Lagoon #046867

Tints of Blue Lagoon #046867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 1.9%
G = 49.29%
B = 48.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#046867 (or 0x046867) is known color: Blue Lagoon. HEX triplet: 04, 68 and 67. RGB value is (4,104,103). Sum of RGB (Red+Green+Blue) = 4+104+103=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #046867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046867 is #FB9798. Grayscale: #494949. Windows color (decimal): -16488345 or 6776836. OLE color: 6776836.

HSL color Cylindrical-coordinate representation of color #046867: hue angle of 179.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046867 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 103 -
CMYK 0.96 0 0.01 0.59
HSL 179.4º 0.93% 0.21% -
HSV(B) 179.4º 0.96% 0.41% -
XYZ 7.45 10.91 14.54 -
YUV 73.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 4 104 103 0.96 0 0.01 0.59 179.4 0.93 0.21
Hex 4 68 67 60 0 1 3B B3 5D 15
Octal 4 150 147 140 0 1 73 263 135 25
Binary 100 1101000 1100111 1100000 0 1 111011 10110011 1011101 10101

Color Harmonies of #046867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046867

Black with #046867

Text Example


Text Example

White with #046867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046867; }

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

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

background-color css

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

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

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

border-color css

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

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

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