Html Css Color HEX #469B83 Gossamer

📋 copy color: '#469B83'

red 70 ◦ green 155 ◦ blue 131

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

Shades of Gossamer #469B83

Tints of Gossamer #469B83

RGB

 RED value IS 70 (27.73% from 255) = 19.66%

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 19.66%
G = 43.54%
B = 36.8%

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

#469B83 (or 0x469B83) is known color: Gossamer. HEX triplet: 46, 9B and 83. RGB value is (70,155,131). Sum of RGB (Red+Green+Blue) = 70+155+131=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #469B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B83 is #B9647C. Grayscale: #7E7E7E. Windows color (decimal): -12149885 or 8624966. OLE color: 8624966.

HSL color Cylindrical-coordinate representation of color #469B83: hue angle of 163.06º 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 #469B83 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 131 -
CMYK 0.55 0 0.15 0.39
HSL 163.06º 0.38% 0.44% -
HSV(B) 163.06º 0.55% 0.61% -
XYZ 18.34 26.38 25.6 -
YUV 126.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 70 155 131 0.55 0 0.15 0.39 163.06 0.38 0.44
Hex 46 9B 83 37 0 F 27 A3 26 2C
Octal 106 233 203 67 0 17 47 243 46 54
Binary 1000110 10011011 10000011 110111 0 1111 100111 10100011 100110 101100

Color Harmonies of #469B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B83

Black with #469B83

Text Example


Text Example

White with #469B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469B83; }

 p { color: rgb(70,155,131); }

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

background-color css

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

 a { background-color: rgb(70,155,131); }

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

border-color css

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

 span { border-color: rgb(70,155,131); }

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