Html Css Color HEX #045966 Blue Lagoon

📋 copy color: '#045966'

red 4 ◦ green 89 ◦ blue 102

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

Shades of Blue Lagoon #045966

Tints of Blue Lagoon #045966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

 BLUE value IS 102 (40.23% from 255) = 52.31%

R = 2.05%
G = 45.64%
B = 52.31%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#045966 (or 0x045966) is known color: Blue Lagoon. HEX triplet: 04, 59 and 66. RGB value is (4,89,102). Sum of RGB (Red+Green+Blue) = 4+89+102=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #045966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045966 is #FBA699. Grayscale: #404040. Windows color (decimal): -16492186 or 6707460. OLE color: 6707460.

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

Color convert

RGB 4 89 102 -
CMYK 0.96 0.13 0 0.6
HSL 187.96º 0.92% 0.21% -
HSV(B) 187.96º 0.96% 0.4% -
XYZ 6.02 8.13 13.82 -
YUV 65.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 4 89 102 0.96 0.13 0 0.6 187.96 0.92 0.21
Hex 4 59 66 60 D 0 3C BC 5C 15
Octal 4 131 146 140 15 0 74 274 134 25
Binary 100 1011001 1100110 1100000 1101 0 111100 10111100 1011100 10101

Color Harmonies of #045966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045966

Black with #045966

Text Example


Text Example

White with #045966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045966; }

 p { color: rgb(4,89,102); }

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

background-color css

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

 a { background-color: rgb(4,89,102); }

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

border-color css

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

 span { border-color: rgb(4,89,102); }

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