Html Css Color HEX #046481 Blue Lagoon

📋 copy color: '#046481'

red 4 ◦ green 100 ◦ blue 129

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

Shades of Blue Lagoon #046481

Tints of Blue Lagoon #046481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

 BLUE value IS 129 (50.78% from 255) = 55.36%

R = 1.72%
G = 42.92%
B = 55.36%

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

#046481 (or 0x046481) is known color: Blue Lagoon. HEX triplet: 04, 64 and 81. RGB value is (4,100,129). Sum of RGB (Red+Green+Blue) = 4+100+129=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #046481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046481 is #FB9B7E. Grayscale: #4A4A4A. Windows color (decimal): -16489343 or 8479748. OLE color: 8479748.

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

Color convert

RGB 4 100 129 -
CMYK 0.97 0.22 0 0.49
HSL 193.92º 0.94% 0.26% -
HSV(B) 193.92º 0.97% 0.51% -
XYZ 8.57 10.73 22.39 -
YUV 74.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 4 100 129 0.97 0.22 0 0.49 193.92 0.94 0.26
Hex 4 64 81 61 16 0 31 C2 5E 1A
Octal 4 144 201 141 26 0 61 302 136 32
Binary 100 1100100 10000001 1100001 10110 0 110001 11000010 1011110 11010

Color Harmonies of #046481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046481

Black with #046481

Text Example


Text Example

White with #046481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046481; }

 p { color: rgb(4,100,129); }

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

background-color css

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

 a { background-color: rgb(4,100,129); }

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

border-color css

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

 span { border-color: rgb(4,100,129); }

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