Html Css Color HEX #046082 Blue Lagoon

📋 copy color: '#046082'

red 4 ◦ green 96 ◦ blue 130

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

Shades of Blue Lagoon #046082

Tints of Blue Lagoon #046082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 1.74%
G = 41.74%
B = 56.52%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#046082 (or 0x046082) is known color: Blue Lagoon. HEX triplet: 04, 60 and 82. RGB value is (4,96,130). Sum of RGB (Red+Green+Blue) = 4+96+130=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #046082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046082 is #FB9F7D. Grayscale: #484848. Windows color (decimal): -16490366 or 8544260. OLE color: 8544260.

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

Color convert

RGB 4 96 130 -
CMYK 0.97 0.26 0 0.49
HSL 196.19º 0.94% 0.26% -
HSV(B) 196.19º 0.97% 0.51% -
XYZ 8.26 10 22.61 -
YUV 72.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 4 96 130 0.97 0.26 0 0.49 196.19 0.94 0.26
Hex 4 60 82 61 1A 0 31 C4 5E 1A
Octal 4 140 202 141 32 0 61 304 136 32
Binary 100 1100000 10000010 1100001 11010 0 110001 11000100 1011110 11010

Color Harmonies of #046082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046082

Black with #046082

Text Example


Text Example

White with #046082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046082; }

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

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

background-color css

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

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

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

border-color css

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

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

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