Html Css Color HEX #046380 Blue Lagoon

📋 copy color: '#046380'

red 4 ◦ green 99 ◦ blue 128

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

Shades of Blue Lagoon #046380

Tints of Blue Lagoon #046380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 1.73%
G = 42.86%
B = 55.41%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#046380 (or 0x046380) is known color: Blue Lagoon. HEX triplet: 04, 63 and 80. RGB value is (4,99,128). Sum of RGB (Red+Green+Blue) = 4+99+128=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #046380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046380 is #FB9C7F. Grayscale: #494949. Windows color (decimal): -16489600 or 8413956. OLE color: 8413956.

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

Color convert

RGB 4 99 128 -
CMYK 0.97 0.23 0 0.50
HSL 194.03º 0.94% 0.26% -
HSV(B) 194.03º 0.97% 0.5% -
XYZ 8.41 10.51 22.01 -
YUV 73.9 158.53 78.14 -
System Red Green Blue C M Y K H S L
Decimal 4 99 128 0.97 0.23 0 0.50 194.03 0.94 0.26
Hex 4 63 80 61 17 0 32 C2 5E 1A
Octal 4 143 200 141 27 0 62 302 136 32
Binary 100 1100011 10000000 1100001 10111 0 110010 11000010 1011110 11010

Color Harmonies of #046380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046380

Black with #046380

Text Example


Text Example

White with #046380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046380; }

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

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

background-color css

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

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

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

border-color css

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

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

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