Html Css Color HEX #046874 Blue Lagoon

📋 copy color: '#046874'

red 4 ◦ green 104 ◦ blue 116

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

Shades of Blue Lagoon #046874

Tints of Blue Lagoon #046874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 1.79%
G = 46.43%
B = 51.79%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046874 (or 0x046874) is known color: Blue Lagoon. HEX triplet: 04, 68 and 74. RGB value is (4,104,116). Sum of RGB (Red+Green+Blue) = 4+104+116=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #046874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046874 is #FB978B. Grayscale: #4B4B4B. Windows color (decimal): -16488332 or 7628804. OLE color: 7628804.

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

Color convert

RGB 4 104 116 -
CMYK 0.97 0.10 0 0.55
HSL 186.43º 0.93% 0.24% -
HSV(B) 186.43º 0.97% 0.45% -
XYZ 8.15 11.19 18.25 -
YUV 75.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 4 104 116 0.97 0.10 0 0.55 186.43 0.93 0.24
Hex 4 68 74 61 A 0 37 BA 5D 18
Octal 4 150 164 141 12 0 67 272 135 30
Binary 100 1101000 1110100 1100001 1010 0 110111 10111010 1011101 11000

Color Harmonies of #046874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046874

Black with #046874

Text Example


Text Example

White with #046874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046874; }

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

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

background-color css

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

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

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

border-color css

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

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

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