Html Css Color HEX #459B84 Gossamer

📋 copy color: '#459B84'

red 69 ◦ green 155 ◦ blue 132

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

Shades of Gossamer #459B84

Tints of Gossamer #459B84

RGB

 RED value IS 69 (27.34% from 255) = 19.38%

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 19.38%
G = 43.54%
B = 37.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#459B84 (or 0x459B84) is known color: Gossamer. HEX triplet: 45, 9B and 84. RGB value is (69,155,132). Sum of RGB (Red+Green+Blue) = 69+155+132=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #459B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B84 is #BA647B. Grayscale: #7E7E7E. Windows color (decimal): -12215420 or 8690501. OLE color: 8690501.

HSL color Cylindrical-coordinate representation of color #459B84: hue angle of 163.95º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B84 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 132 -
CMYK 0.55 0 0.15 0.39
HSL 163.95º 0.38% 0.44% -
HSV(B) 163.95º 0.55% 0.61% -
XYZ 18.34 26.37 25.95 -
YUV 126.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 69 155 132 0.55 0 0.15 0.39 163.95 0.38 0.44
Hex 45 9B 84 37 0 F 27 A4 26 2C
Octal 105 233 204 67 0 17 47 244 46 54
Binary 1000101 10011011 10000100 110111 0 1111 100111 10100100 100110 101100

Color Harmonies of #459B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B84

Black with #459B84

Text Example


Text Example

White with #459B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459B84; }

 p { color: rgb(69,155,132); }

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

background-color css

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

 a { background-color: rgb(69,155,132); }

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

border-color css

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

 span { border-color: rgb(69,155,132); }

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