Html Css Color HEX #046682 Blue Lagoon

📋 copy color: '#046682'

red 4 ◦ green 102 ◦ blue 130

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

Shades of Blue Lagoon #046682

Tints of Blue Lagoon #046682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 1.69%
G = 43.22%
B = 55.08%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#046682 (or 0x046682) is known color: Blue Lagoon. HEX triplet: 04, 66 and 82. RGB value is (4,102,130). Sum of RGB (Red+Green+Blue) = 4+102+130=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #046682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046682 is #FB997D. Grayscale: #4B4B4B. Windows color (decimal): -16488830 or 8545796. OLE color: 8545796.

HSL color Cylindrical-coordinate representation of color #046682: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046682 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 102 130 -
CMYK 0.97 0.22 0 0.49
HSL 193.33º 0.94% 0.26% -
HSV(B) 193.33º 0.97% 0.51% -
XYZ 8.83 11.14 22.8 -
YUV 75.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 4 102 130 0.97 0.22 0 0.49 193.33 0.94 0.26
Hex 4 66 82 61 16 0 31 C1 5E 1A
Octal 4 146 202 141 26 0 61 301 136 32
Binary 100 1100110 10000010 1100001 10110 0 110001 11000001 1011110 11010

Color Harmonies of #046682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046682

Black with #046682

Text Example


Text Example

White with #046682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046682; }

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

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

background-color css

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

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

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

border-color css

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

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

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