Html Css Color HEX #046065 Blue Lagoon

📋 copy color: '#046065'

red 4 ◦ green 96 ◦ blue 101

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

Shades of Blue Lagoon #046065

Tints of Blue Lagoon #046065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 1.99%
G = 47.76%
B = 50.25%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#046065 (or 0x046065) is known color: Blue Lagoon. HEX triplet: 04, 60 and 65. RGB value is (4,96,101). Sum of RGB (Red+Green+Blue) = 4+96+101=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #046065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046065 is #FB9F9A. Grayscale: #444444. Windows color (decimal): -16490395 or 6643716. OLE color: 6643716.

HSL color Cylindrical-coordinate representation of color #046065: hue angle of 183.09º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046065 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 96 101 -
CMYK 0.96 0.05 0 0.60
HSL 183.09º 0.92% 0.21% -
HSV(B) 183.09º 0.96% 0.4% -
XYZ 6.58 9.33 13.77 -
YUV 69.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 4 96 101 0.96 0.05 0 0.60 183.09 0.92 0.21
Hex 4 60 65 60 5 0 3C B7 5C 15
Octal 4 140 145 140 5 0 74 267 134 25
Binary 100 1100000 1100101 1100000 101 0 111100 10110111 1011100 10101

Color Harmonies of #046065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046065

Black with #046065

Text Example


Text Example

White with #046065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046065; }

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

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

background-color css

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

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

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

border-color css

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

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

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