Html Css Color HEX #445962 San Juan

📋 copy color: '#445962'

red 68 ◦ green 89 ◦ blue 98

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

Shades of San Juan #445962

Tints of San Juan #445962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 26.67%
G = 34.9%
B = 38.43%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445962 (or 0x445962) is known color: San Juan. HEX triplet: 44, 59 and 62. RGB value is (68,89,98). Sum of RGB (Red+Green+Blue) = 68+89+98=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #445962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445962 is #BBA69D. Grayscale: #535353. Windows color (decimal): -12297886 or 6445380. OLE color: 6445380.

HSL color Cylindrical-coordinate representation of color #445962: hue angle of 198º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445962 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 89 98 -
CMYK 0.31 0.09 0 0.62
HSL 198º 0.18% 0.33% -
HSV(B) 198º 0.31% 0.38% -
XYZ 8.16 9.26 12.91 -
YUV 83.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 68 89 98 0.31 0.09 0 0.62 198 0.18 0.33
Hex 44 59 62 1F 9 0 3E C6 12 21
Octal 104 131 142 37 11 0 76 306 22 41
Binary 1000100 1011001 1100010 11111 1001 0 111110 11000110 10010 100001

Color Harmonies of #445962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445962

Black with #445962

Text Example


Text Example

White with #445962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445962; }

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

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

background-color css

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

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

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

border-color css

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

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

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