Html Css Color HEX #046779 Blue Lagoon

📋 copy color: '#046779'

red 4 ◦ green 103 ◦ blue 121

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

Shades of Blue Lagoon #046779

Tints of Blue Lagoon #046779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 1.75%
G = 45.18%
B = 53.07%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046779 (or 0x046779) is known color: Blue Lagoon. HEX triplet: 04, 67 and 79. RGB value is (4,103,121). Sum of RGB (Red+Green+Blue) = 4+103+121=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #046779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046779 is #FB9886. Grayscale: #4B4B4B. Windows color (decimal): -16488583 or 7956228. OLE color: 7956228.

HSL color Cylindrical-coordinate representation of color #046779: hue angle of 189.23º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046779 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 103 121 -
CMYK 0.97 0.15 0 0.53
HSL 189.23º 0.94% 0.25% -
HSV(B) 189.23º 0.97% 0.47% -
XYZ 8.35 11.11 19.79 -
YUV 75.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 4 103 121 0.97 0.15 0 0.53 189.23 0.94 0.25
Hex 4 67 79 61 F 0 35 BD 5E 19
Octal 4 147 171 141 17 0 65 275 136 31
Binary 100 1100111 1111001 1100001 1111 0 110101 10111101 1011110 11001

Color Harmonies of #046779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046779

Black with #046779

Text Example


Text Example

White with #046779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046779; }

 p { color: rgb(4,103,121); }

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

background-color css

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

 a { background-color: rgb(4,103,121); }

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

border-color css

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

 span { border-color: rgb(4,103,121); }

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