Html Css Color HEX #046580 Blue Lagoon

📋 copy color: '#046580'

red 4 ◦ green 101 ◦ blue 128

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

Shades of Blue Lagoon #046580

Tints of Blue Lagoon #046580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 1.72%
G = 43.35%
B = 54.94%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#046580 (or 0x046580) is known color: Blue Lagoon. HEX triplet: 04, 65 and 80. RGB value is (4,101,128). Sum of RGB (Red+Green+Blue) = 4+101+128=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #046580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046580 is #FB9A7F. Grayscale: #4A4A4A. Windows color (decimal): -16489088 or 8414468. OLE color: 8414468.

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

Color convert

RGB 4 101 128 -
CMYK 0.97 0.21 0 0.50
HSL 193.06º 0.94% 0.26% -
HSV(B) 193.06º 0.97% 0.5% -
XYZ 8.6 10.89 22.07 -
YUV 75.08 157.86 77.3 -
System Red Green Blue C M Y K H S L
Decimal 4 101 128 0.97 0.21 0 0.50 193.06 0.94 0.26
Hex 4 65 80 61 15 0 32 C1 5E 1A
Octal 4 145 200 141 25 0 62 301 136 32
Binary 100 1100101 10000000 1100001 10101 0 110010 11000001 1011110 11010

Color Harmonies of #046580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046580

Black with #046580

Text Example


Text Example

White with #046580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046580; }

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

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

background-color css

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

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

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

border-color css

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

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

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