Html Css Color HEX #046485 Blue Lagoon

📋 copy color: '#046485'

red 4 ◦ green 100 ◦ blue 133

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

Shades of Blue Lagoon #046485

Tints of Blue Lagoon #046485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 1.69%
G = 42.19%
B = 56.12%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#046485 (or 0x046485) is known color: Blue Lagoon. HEX triplet: 04, 64 and 85. RGB value is (4,100,133). Sum of RGB (Red+Green+Blue) = 4+100+133=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #046485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046485 is #FB9B7A. Grayscale: #4A4A4A. Windows color (decimal): -16489339 or 8741892. OLE color: 8741892.

HSL color Cylindrical-coordinate representation of color #046485: hue angle of 195.35º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046485 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 100 133 -
CMYK 0.97 0.25 0 0.48
HSL 195.35º 0.94% 0.27% -
HSV(B) 195.35º 0.97% 0.52% -
XYZ 8.84 10.83 23.82 -
YUV 75.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 4 100 133 0.97 0.25 0 0.48 195.35 0.94 0.27
Hex 4 64 85 61 19 0 30 C3 5E 1B
Octal 4 144 205 141 31 0 60 303 136 33
Binary 100 1100100 10000101 1100001 11001 0 110000 11000011 1011110 11011

Color Harmonies of #046485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046485

Black with #046485

Text Example


Text Example

White with #046485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046485; }

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

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

background-color css

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

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

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

border-color css

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

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

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