Html Css Color HEX #046582 Blue Lagoon

📋 copy color: '#046582'

red 4 ◦ green 101 ◦ blue 130

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

Shades of Blue Lagoon #046582

Tints of Blue Lagoon #046582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.98%

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

R = 1.7%
G = 42.98%
B = 55.32%

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

#046582 (or 0x046582) is known color: Blue Lagoon. HEX triplet: 04, 65 and 82. RGB value is (4,101,130). Sum of RGB (Red+Green+Blue) = 4+101+130=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #046582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046582 is #FB9A7D. Grayscale: #4B4B4B. Windows color (decimal): -16489086 or 8545540. OLE color: 8545540.

HSL color Cylindrical-coordinate representation of color #046582: hue angle of 193.81º 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 #046582 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 101 130 -
CMYK 0.97 0.22 0 0.49
HSL 193.81º 0.94% 0.26% -
HSV(B) 193.81º 0.97% 0.51% -
XYZ 8.73 10.94 22.77 -
YUV 75.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 4 101 130 0.97 0.22 0 0.49 193.81 0.94 0.26
Hex 4 65 82 61 16 0 31 C2 5E 1A
Octal 4 145 202 141 26 0 61 302 136 32
Binary 100 1100101 10000010 1100001 10110 0 110001 11000010 1011110 11010

Color Harmonies of #046582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046582

Black with #046582

Text Example


Text Example

White with #046582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046582; }

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

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

background-color css

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

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

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

border-color css

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

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

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