Html Css Color HEX #046475 Blue Lagoon

📋 copy color: '#046475'

red 4 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #046475

Tints of Blue Lagoon #046475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 1.81%
G = 45.25%
B = 52.94%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046475 (or 0x046475) is known color: Blue Lagoon. HEX triplet: 04, 64 and 75. RGB value is (4,100,117). Sum of RGB (Red+Green+Blue) = 4+100+117=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #046475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046475 is #FB9B8A. Grayscale: #494949. Windows color (decimal): -16489355 or 7693316. OLE color: 7693316.

HSL color Cylindrical-coordinate representation of color #046475: hue angle of 189.03º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046475 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 100 117 -
CMYK 0.97 0.15 0 0.54
HSL 189.03º 0.93% 0.24% -
HSV(B) 189.03º 0.97% 0.46% -
XYZ 7.82 10.42 18.43 -
YUV 73.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 4 100 117 0.97 0.15 0 0.54 189.03 0.93 0.24
Hex 4 64 75 61 F 0 36 BD 5D 18
Octal 4 144 165 141 17 0 66 275 135 30
Binary 100 1100100 1110101 1100001 1111 0 110110 10111101 1011101 11000

Color Harmonies of #046475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046475

Black with #046475

Text Example


Text Example

White with #046475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046475; }

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

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

background-color css

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

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

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

border-color css

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

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

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