Html Css Color HEX #445961 San Juan

📋 copy color: '#445961'

red 68 ◦ green 89 ◦ blue 97

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

Shades of San Juan #445961

Tints of San Juan #445961

RGB

 RED value IS 68 (26.95% from 255) = 26.77%

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

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 26.77%
G = 35.04%
B = 38.19%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445961 (or 0x445961) is known color: San Juan. HEX triplet: 44, 59 and 61. RGB value is (68,89,97). Sum of RGB (Red+Green+Blue) = 68+89+97=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #445961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445961 is #BBA69E. Grayscale: #535353. Windows color (decimal): -12297887 or 6379844. OLE color: 6379844.

HSL color Cylindrical-coordinate representation of color #445961: hue angle of 196.55º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445961 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 89 97 -
CMYK 0.30 0.08 0 0.62
HSL 196.55º 0.18% 0.32% -
HSV(B) 196.55º 0.3% 0.38% -
XYZ 8.11 9.24 12.66 -
YUV 83.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 68 89 97 0.30 0.08 0 0.62 196.55 0.18 0.32
Hex 44 59 61 1E 8 0 3E C5 12 20
Octal 104 131 141 36 10 0 76 305 22 40
Binary 1000100 1011001 1100001 11110 1000 0 111110 11000101 10010 100000

Color Harmonies of #445961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445961

Black with #445961

Text Example


Text Example

White with #445961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445961; }

 p { color: rgb(68,89,97); }

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

background-color css

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

 a { background-color: rgb(68,89,97); }

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

border-color css

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

 span { border-color: rgb(68,89,97); }

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