Html Css Color HEX #046C75 Blue Lagoon

📋 copy color: '#046C75'

red 4 ◦ green 108 ◦ blue 117

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

Shades of Blue Lagoon #046C75

Tints of Blue Lagoon #046C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.16%

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

R = 1.75%
G = 47.16%
B = 51.09%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046C75 (or 0x046C75) is known color: Blue Lagoon. HEX triplet: 04, 6C and 75. RGB value is (4,108,117). Sum of RGB (Red+Green+Blue) = 4+108+117=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #046C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C75 is #FB938A. Grayscale: #4D4D4D. Windows color (decimal): -16487307 or 7695364. OLE color: 7695364.

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

Color convert

RGB 4 108 117 -
CMYK 0.97 0.08 0 0.54
HSL 184.78º 0.93% 0.24% -
HSV(B) 184.78º 0.97% 0.46% -
XYZ 8.62 12.04 18.7 -
YUV 77.93 150.04 75.27 -
System Red Green Blue C M Y K H S L
Decimal 4 108 117 0.97 0.08 0 0.54 184.78 0.93 0.24
Hex 4 6C 75 61 8 0 36 B9 5D 18
Octal 4 154 165 141 10 0 66 271 135 30
Binary 100 1101100 1110101 1100001 1000 0 110110 10111001 1011101 11000

Color Harmonies of #046C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C75

Black with #046C75

Text Example


Text Example

White with #046C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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