Html Css Color HEX #445461 San Juan

📋 copy color: '#445461'

red 68 ◦ green 84 ◦ blue 97

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

Shades of San Juan #445461

Tints of San Juan #445461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 27.31%
G = 33.73%
B = 38.96%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445461 (or 0x445461) is known color: San Juan. HEX triplet: 44, 54 and 61. RGB value is (68,84,97). Sum of RGB (Red+Green+Blue) = 68+84+97=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #445461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445461 is #BBAB9E. Grayscale: #505050. Windows color (decimal): -12299167 or 6378564. OLE color: 6378564.

HSL color Cylindrical-coordinate representation of color #445461: hue angle of 206.9º 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 #445461 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 84 97 -
CMYK 0.30 0.13 0 0.62
HSL 206.9º 0.18% 0.32% -
HSV(B) 206.9º 0.3% 0.38% -
XYZ 7.71 8.43 12.53 -
YUV 80.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 68 84 97 0.30 0.13 0 0.62 206.9 0.18 0.32
Hex 44 54 61 1E D 0 3E CF 12 20
Octal 104 124 141 36 15 0 76 317 22 40
Binary 1000100 1010100 1100001 11110 1101 0 111110 11001111 10010 100000

Color Harmonies of #445461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445461

Black with #445461

Text Example


Text Example

White with #445461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445461; }

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

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

background-color css

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

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

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

border-color css

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

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

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