Html Css Color HEX #046684 Blue Lagoon

📋 copy color: '#046684'

red 4 ◦ green 102 ◦ blue 132

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

Shades of Blue Lagoon #046684

Tints of Blue Lagoon #046684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

 BLUE value IS 132 (51.95% from 255) = 55.46%

R = 1.68%
G = 42.86%
B = 55.46%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#046684 (or 0x046684) is known color: Blue Lagoon. HEX triplet: 04, 66 and 84. RGB value is (4,102,132). Sum of RGB (Red+Green+Blue) = 4+102+132=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #046684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046684 is #FB997B. Grayscale: #4B4B4B. Windows color (decimal): -16488828 or 8676868. OLE color: 8676868.

HSL color Cylindrical-coordinate representation of color #046684: hue angle of 194.06º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046684 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 102 132 -
CMYK 0.97 0.23 0 0.48
HSL 194.06º 0.94% 0.27% -
HSV(B) 194.06º 0.97% 0.52% -
XYZ 8.97 11.19 23.52 -
YUV 76.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 4 102 132 0.97 0.23 0 0.48 194.06 0.94 0.27
Hex 4 66 84 61 17 0 30 C2 5E 1B
Octal 4 146 204 141 27 0 60 302 136 33
Binary 100 1100110 10000100 1100001 10111 0 110000 11000010 1011110 11011

Color Harmonies of #046684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046684

Black with #046684

Text Example


Text Example

White with #046684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046684; }

 p { color: rgb(4,102,132); }

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

background-color css

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

 a { background-color: rgb(4,102,132); }

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

border-color css

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

 span { border-color: rgb(4,102,132); }

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