Html Css Color HEX #046875 Blue Lagoon

📋 copy color: '#046875'

red 4 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #046875

Tints of Blue Lagoon #046875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

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

R = 1.78%
G = 46.22%
B = 52%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046875 (or 0x046875) is known color: Blue Lagoon. HEX triplet: 04, 68 and 75. RGB value is (4,104,117). Sum of RGB (Red+Green+Blue) = 4+104+117=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #046875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046875 is #FB978A. Grayscale: #4B4B4B. Windows color (decimal): -16488331 or 7694340. OLE color: 7694340.

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

Color convert

RGB 4 104 117 -
CMYK 0.97 0.11 0 0.54
HSL 186.9º 0.93% 0.24% -
HSV(B) 186.9º 0.97% 0.46% -
XYZ 8.21 11.21 18.56 -
YUV 75.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 4 104 117 0.97 0.11 0 0.54 186.9 0.93 0.24
Hex 4 68 75 61 B 0 36 BB 5D 18
Octal 4 150 165 141 13 0 66 273 135 30
Binary 100 1101000 1110101 1100001 1011 0 110110 10111011 1011101 11000

Color Harmonies of #046875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046875

Black with #046875

Text Example


Text Example

White with #046875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046875; }

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

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

background-color css

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

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

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

border-color css

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

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

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