Html Css Color HEX #046782 Blue Lagoon

📋 copy color: '#046782'

red 4 ◦ green 103 ◦ blue 130

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

Shades of Blue Lagoon #046782

Tints of Blue Lagoon #046782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.46%

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

R = 1.69%
G = 43.46%
B = 54.85%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#046782 (or 0x046782) is known color: Blue Lagoon. HEX triplet: 04, 67 and 82. RGB value is (4,103,130). Sum of RGB (Red+Green+Blue) = 4+103+130=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #046782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046782 is #FB987D. Grayscale: #4C4C4C. Windows color (decimal): -16488574 or 8546052. OLE color: 8546052.

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

Color convert

RGB 4 103 130 -
CMYK 0.97 0.21 0 0.49
HSL 192.86º 0.94% 0.26% -
HSV(B) 192.86º 0.97% 0.51% -
XYZ 8.93 11.34 22.84 -
YUV 76.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 4 103 130 0.97 0.21 0 0.49 192.86 0.94 0.26
Hex 4 67 82 61 15 0 31 C1 5E 1A
Octal 4 147 202 141 25 0 61 301 136 32
Binary 100 1100111 10000010 1100001 10101 0 110001 11000001 1011110 11010

Color Harmonies of #046782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046782

Black with #046782

Text Example


Text Example

White with #046782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046782; }

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

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

background-color css

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

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

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

border-color css

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

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

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