Html Css Color HEX #046569 Blue Lagoon

📋 copy color: '#046569'

red 4 ◦ green 101 ◦ blue 105

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

Shades of Blue Lagoon #046569

Tints of Blue Lagoon #046569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.1%

 BLUE value IS 105 (41.41% from 255) = 50%

R = 1.9%
G = 48.1%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#046569 (or 0x046569) is known color: Blue Lagoon. HEX triplet: 04, 65 and 69. RGB value is (4,101,105). Sum of RGB (Red+Green+Blue) = 4+101+105=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #046569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046569 is #FB9A96. Grayscale: #484848. Windows color (decimal): -16489111 or 6907140. OLE color: 6907140.

HSL color Cylindrical-coordinate representation of color #046569: hue angle of 182.38º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046569 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 101 105 -
CMYK 0.96 0.04 0 0.59
HSL 182.38º 0.93% 0.21% -
HSV(B) 182.38º 0.96% 0.41% -
XYZ 7.25 10.35 14.98 -
YUV 72.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 4 101 105 0.96 0.04 0 0.59 182.38 0.93 0.21
Hex 4 65 69 60 4 0 3B B6 5D 15
Octal 4 145 151 140 4 0 73 266 135 25
Binary 100 1100101 1101001 1100000 100 0 111011 10110110 1011101 10101

Color Harmonies of #046569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046569

Black with #046569

Text Example


Text Example

White with #046569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046569; }

 p { color: rgb(4,101,105); }

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

background-color css

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

 a { background-color: rgb(4,101,105); }

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

border-color css

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

 span { border-color: rgb(4,101,105); }

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