Html Css Color HEX #046374 Blue Lagoon

📋 copy color: '#046374'

red 4 ◦ green 99 ◦ blue 116

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

Shades of Blue Lagoon #046374

Tints of Blue Lagoon #046374

RGB

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

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

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

R = 1.83%
G = 45.21%
B = 52.97%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046374 (or 0x046374) is known color: Blue Lagoon. HEX triplet: 04, 63 and 74. RGB value is (4,99,116). Sum of RGB (Red+Green+Blue) = 4+99+116=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #046374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046374 is #FB9C8B. Grayscale: #484848. Windows color (decimal): -16489612 or 7627524. OLE color: 7627524.

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

Color convert

RGB 4 99 116 -
CMYK 0.97 0.15 0 0.55
HSL 189.11º 0.93% 0.24% -
HSV(B) 189.11º 0.97% 0.45% -
XYZ 7.66 10.21 18.09 -
YUV 72.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 4 99 116 0.97 0.15 0 0.55 189.11 0.93 0.24
Hex 4 63 74 61 F 0 37 BD 5D 18
Octal 4 143 164 141 17 0 67 275 135 30
Binary 100 1100011 1110100 1100001 1111 0 110111 10111101 1011101 11000

Color Harmonies of #046374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046374

Black with #046374

Text Example


Text Example

White with #046374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046374; }

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

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

background-color css

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

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

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

border-color css

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

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

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