Html Css Color HEX #046C74 Blue Lagoon

📋 copy color: '#046C74'

red 4 ◦ green 108 ◦ blue 116

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

Shades of Blue Lagoon #046C74

Tints of Blue Lagoon #046C74

RGB

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

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

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

R = 1.75%
G = 47.37%
B = 50.88%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046C74 (or 0x046C74) is known color: Blue Lagoon. HEX triplet: 04, 6C and 74. RGB value is (4,108,116). Sum of RGB (Red+Green+Blue) = 4+108+116=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #046C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C74 is #FB938B. Grayscale: #4D4D4D. Windows color (decimal): -16487308 or 7629828. OLE color: 7629828.

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

Color convert

RGB 4 108 116 -
CMYK 0.97 0.07 0 0.55
HSL 184.29º 0.93% 0.24% -
HSV(B) 184.29º 0.97% 0.45% -
XYZ 8.57 12.01 18.39 -
YUV 77.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 4 108 116 0.97 0.07 0 0.55 184.29 0.93 0.24
Hex 4 6C 74 61 7 0 37 B8 5D 18
Octal 4 154 164 141 7 0 67 270 135 30
Binary 100 1101100 1110100 1100001 111 0 110111 10111000 1011101 11000

Color Harmonies of #046C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C74

Black with #046C74

Text Example


Text Example

White with #046C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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