Html Css Color HEX #445963 San Juan

📋 copy color: '#445963'

red 68 ◦ green 89 ◦ blue 99

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

Shades of San Juan #445963

Tints of San Juan #445963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 26.56%
G = 34.77%
B = 38.67%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#445963 (or 0x445963) is known color: San Juan. HEX triplet: 44, 59 and 63. RGB value is (68,89,99). Sum of RGB (Red+Green+Blue) = 68+89+99=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #445963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445963 is #BBA69C. Grayscale: #535353. Windows color (decimal): -12297885 or 6510916. OLE color: 6510916.

HSL color Cylindrical-coordinate representation of color #445963: hue angle of 199.35º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445963 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 89 99 -
CMYK 0.31 0.10 0 0.61
HSL 199.35º 0.19% 0.33% -
HSV(B) 199.35º 0.31% 0.39% -
XYZ 8.21 9.27 13.16 -
YUV 83.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 68 89 99 0.31 0.10 0 0.61 199.35 0.19 0.33
Hex 44 59 63 1F A 0 3D C7 13 21
Octal 104 131 143 37 12 0 75 307 23 41
Binary 1000100 1011001 1100011 11111 1010 0 111101 11000111 10011 100001

Color Harmonies of #445963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445963

Black with #445963

Text Example


Text Example

White with #445963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445963; }

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

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

background-color css

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

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

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

border-color css

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

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

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