Html Css Color HEX #046369 Blue Lagoon

📋 copy color: '#046369'

red 4 ◦ green 99 ◦ blue 105

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

Shades of Blue Lagoon #046369

Tints of Blue Lagoon #046369

RGB

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

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

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

R = 1.92%
G = 47.6%
B = 50.48%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#046369 (or 0x046369) is known color: Blue Lagoon. HEX triplet: 04, 63 and 69. RGB value is (4,99,105). Sum of RGB (Red+Green+Blue) = 4+99+105=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #046369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046369 is #FB9C96. Grayscale: #474747. Windows color (decimal): -16489623 or 6906628. OLE color: 6906628.

HSL color Cylindrical-coordinate representation of color #046369: hue angle of 183.56º 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 #046369 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 99 105 -
CMYK 0.96 0.06 0 0.59
HSL 183.56º 0.93% 0.21% -
HSV(B) 183.56º 0.96% 0.41% -
XYZ 7.06 9.97 14.92 -
YUV 71.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 4 99 105 0.96 0.06 0 0.59 183.56 0.93 0.21
Hex 4 63 69 60 6 0 3B B8 5D 15
Octal 4 143 151 140 6 0 73 270 135 25
Binary 100 1100011 1101001 1100000 110 0 111011 10111000 1011101 10101

Color Harmonies of #046369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046369

Black with #046369

Text Example


Text Example

White with #046369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046369; }

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

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

background-color css

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

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

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

border-color css

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

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

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