Html Css Color HEX #046468 Blue Lagoon

📋 copy color: '#046468'

red 4 ◦ green 100 ◦ blue 104

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

Shades of Blue Lagoon #046468

Tints of Blue Lagoon #046468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.08%

 BLUE value IS 104 (41.02% from 255) = 50%

R = 1.92%
G = 48.08%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#046468 (or 0x046468) is known color: Blue Lagoon. HEX triplet: 04, 64 and 68. RGB value is (4,100,104). Sum of RGB (Red+Green+Blue) = 4+100+104=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #046468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046468 is #FB9B97. Grayscale: #474747. Windows color (decimal): -16489368 or 6841348. OLE color: 6841348.

HSL color Cylindrical-coordinate representation of color #046468: hue angle of 182.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 #046468 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 100 104 -
CMYK 0.96 0.04 0 0.59
HSL 182.4º 0.93% 0.21% -
HSV(B) 182.4º 0.96% 0.41% -
XYZ 7.11 10.14 14.68 -
YUV 71.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 4 100 104 0.96 0.04 0 0.59 182.4 0.93 0.21
Hex 4 64 68 60 4 0 3B B6 5D 15
Octal 4 144 150 140 4 0 73 266 135 25
Binary 100 1100100 1101000 1100000 100 0 111011 10110110 1011101 10101

Color Harmonies of #046468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046468

Black with #046468

Text Example


Text Example

White with #046468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046468; }

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

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

background-color css

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

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

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

border-color css

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

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

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