Html Css Color HEX #046375 Blue Lagoon

📋 copy color: '#046375'

red 4 ◦ green 99 ◦ blue 117

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

Shades of Blue Lagoon #046375

Tints of Blue Lagoon #046375

RGB

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

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

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

R = 1.82%
G = 45%
B = 53.18%

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

#046375 (or 0x046375) is known color: Blue Lagoon. HEX triplet: 04, 63 and 75. RGB value is (4,99,117). Sum of RGB (Red+Green+Blue) = 4+99+117=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #046375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046375 is #FB9C8A. Grayscale: #484848. Windows color (decimal): -16489611 or 7693060. OLE color: 7693060.

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

Color convert

RGB 4 99 117 -
CMYK 0.97 0.15 0 0.54
HSL 189.56º 0.93% 0.24% -
HSV(B) 189.56º 0.97% 0.46% -
XYZ 7.72 10.23 18.4 -
YUV 72.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 4 99 117 0.97 0.15 0 0.54 189.56 0.93 0.24
Hex 4 63 75 61 F 0 36 BE 5D 18
Octal 4 143 165 141 17 0 66 276 135 30
Binary 100 1100011 1110101 1100001 1111 0 110110 10111110 1011101 11000

Color Harmonies of #046375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046375

Black with #046375

Text Example


Text Example

White with #046375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046375; }

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

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

background-color css

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

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

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

border-color css

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

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

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