Html Css Color HEX #445B63 San Juan

📋 copy color: '#445B63'

red 68 ◦ green 91 ◦ blue 99

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

Shades of San Juan #445B63

Tints of San Juan #445B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.27%

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

R = 26.36%
G = 35.27%
B = 38.37%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#445B63 (or 0x445B63) is known color: San Juan. HEX triplet: 44, 5B and 63. RGB value is (68,91,99). Sum of RGB (Red+Green+Blue) = 68+91+99=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #445B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B63 is #BBA49C. Grayscale: #545454. Windows color (decimal): -12297373 or 6511428. OLE color: 6511428.

HSL color Cylindrical-coordinate representation of color #445B63: hue angle of 195.48º 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 #445B63 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 91 99 -
CMYK 0.31 0.08 0 0.61
HSL 195.48º 0.19% 0.33% -
HSV(B) 195.48º 0.31% 0.39% -
XYZ 8.38 9.61 13.22 -
YUV 85.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 68 91 99 0.31 0.08 0 0.61 195.48 0.19 0.33
Hex 44 5B 63 1F 8 0 3D C3 13 21
Octal 104 133 143 37 10 0 75 303 23 41
Binary 1000100 1011011 1100011 11111 1000 0 111101 11000011 10011 100001

Color Harmonies of #445B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B63

Black with #445B63

Text Example


Text Example

White with #445B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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