Html Css Color HEX #046585 Blue Lagoon

📋 copy color: '#046585'

red 4 ◦ green 101 ◦ blue 133

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

Shades of Blue Lagoon #046585

Tints of Blue Lagoon #046585

RGB

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

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

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

R = 1.68%
G = 42.44%
B = 55.88%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#046585 (or 0x046585) is known color: Blue Lagoon. HEX triplet: 04, 65 and 85. RGB value is (4,101,133). Sum of RGB (Red+Green+Blue) = 4+101+133=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #046585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046585 is #FB9A7A. Grayscale: #4B4B4B. Windows color (decimal): -16489083 or 8742148. OLE color: 8742148.

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

Color convert

RGB 4 101 133 -
CMYK 0.97 0.24 0 0.48
HSL 194.88º 0.94% 0.27% -
HSV(B) 194.88º 0.97% 0.52% -
XYZ 8.94 11.03 23.85 -
YUV 75.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 4 101 133 0.97 0.24 0 0.48 194.88 0.94 0.27
Hex 4 65 85 61 18 0 30 C3 5E 1B
Octal 4 145 205 141 30 0 60 303 136 33
Binary 100 1100101 10000101 1100001 11000 0 110000 11000011 1011110 11011

Color Harmonies of #046585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046585

Black with #046585

Text Example


Text Example

White with #046585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046585; }

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

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

background-color css

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

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

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

border-color css

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

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

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