Html Css Color HEX #046474 Blue Lagoon

📋 copy color: '#046474'

red 4 ◦ green 100 ◦ blue 116

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

Shades of Blue Lagoon #046474

Tints of Blue Lagoon #046474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

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

R = 1.82%
G = 45.45%
B = 52.73%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046474 (or 0x046474) is known color: Blue Lagoon. HEX triplet: 04, 64 and 74. RGB value is (4,100,116). Sum of RGB (Red+Green+Blue) = 4+100+116=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #046474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046474 is #FB9B8B. Grayscale: #484848. Windows color (decimal): -16489356 or 7627780. OLE color: 7627780.

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

Color convert

RGB 4 100 116 -
CMYK 0.97 0.14 0 0.55
HSL 188.57º 0.93% 0.24% -
HSV(B) 188.57º 0.97% 0.45% -
XYZ 7.76 10.4 18.12 -
YUV 73.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 4 100 116 0.97 0.14 0 0.55 188.57 0.93 0.24
Hex 4 64 74 61 E 0 37 BD 5D 18
Octal 4 144 164 141 16 0 67 275 135 30
Binary 100 1100100 1110100 1100001 1110 0 110111 10111101 1011101 11000

Color Harmonies of #046474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046474

Black with #046474

Text Example


Text Example

White with #046474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046474; }

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

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

background-color css

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

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

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

border-color css

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

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

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